igeo
Class IIntegerR.Eq

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

public static class IIntegerR.Eq
extends IParameterObject
implements IBoolOp


Field Summary
 IIntegerOp v1
           
 IIntegerOp v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IIntegerR.Eq(IIntegerOp v1, IIntegerOp v2)
           
 
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 IIntegerOp v1

v2

public IIntegerOp v2
Constructor Detail

IIntegerR.Eq

public IIntegerR.Eq(IIntegerOp v1,
                    IIntegerOp v2)
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