ConForM.CoopnTools.CoKer.ConstraintsMgr
Class Constraint

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.ConstraintsMgr.Constraint

public class Constraint
extends java.lang.Object

Semantic representation of a ConstraintModule. Build when user wants to "check" the semantic of a constraints module


Method Summary
 void addCondition(ConstraintCond c)
           
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAxName()
           
 ConstraintCond getCondition()
           
 ConstraintExpr getName()
           
 ConstraintExpr getValue()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addCondition

public void addCondition(ConstraintCond c)

getAxName

public java.lang.String getAxName()

getName

public ConstraintExpr getName()

getCondition

public ConstraintCond getCondition()

getValue

public ConstraintExpr getValue()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object