igeo
Class IBoolR.Not

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

public static class IBoolR.Not
extends IParameterObject
implements IBoolOp


Field Summary
 IBoolOp v
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IBoolR.Not(IBoolOp v)
           
 
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

v

public IBoolOp v
Constructor Detail

IBoolR.Not

IBoolR.Not(IBoolOp v)
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