ConForM.CoopnTools.CoKer.ConstraintsMgr
Class ConstraintBoolCte

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.ConstraintsMgr.ConstraintExpr
        |
        +--ConForM.CoopnTools.CoKer.ConstraintsMgr.ConstraintBoolCte
All Implemented Interfaces:
BooleanType

public class ConstraintBoolCte
extends ConstraintExpr
implements BooleanType

Constraints Manager. This class essentially defines the services provided by the constraints manager.


Constructor Summary
ConstraintBoolCte(boolean value)
           
 
Method Summary
 ConstraintExpr left()
           
 ConstraintExpr right()
           
 boolean value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintBoolCte

public ConstraintBoolCte(boolean value)
Method Detail

value

public boolean value()

left

public ConstraintExpr left()
Overrides:
left in class ConstraintExpr

right

public ConstraintExpr right()
Overrides:
right in class ConstraintExpr