igeo
Class IDoubleR.Eq

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IDoubleR.Eq
All Implemented Interfaces:
IBoolOp, IParameter, IScalar, ISubobject, IVal
Enclosing class:
IDoubleR

public static class IDoubleR.Eq
extends IParameterObject
implements IBoolOp


Field Summary
 IDoubleOp resolution
           
 IDoubleOp v1
           
 IDoubleOp v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IDoubleR.Eq(IDoubleOp v1, IDoubleOp v2)
           
IDoubleR.Eq(IDoubleOp v1, IDoubleOp v2, IDoubleOp reso)
           
 
Method Summary
 IBool get()
           
 boolean x()
           
 
Methods inherited from class igeo.IParameterObject
createObject, parent, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v1

public IDoubleOp v1

v2

public IDoubleOp v2

resolution

public IDoubleOp resolution
Constructor Detail

IDoubleR.Eq

public IDoubleR.Eq(IDoubleOp v1,
                   IDoubleOp v2)

IDoubleR.Eq

public IDoubleR.Eq(IDoubleOp v1,
                   IDoubleOp v2,
                   IDoubleOp reso)
Method Detail

x

public boolean x()
Specified by:
x in interface IBoolOp

get

public IBool get()
Specified by:
get in interface IBoolOp
Specified by:
get in interface IParameter