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
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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