lmf.formula.csp.node
Class ACspGteRelationalExpr
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PRelationalExpr
lmf.formula.csp.node.ACspGteRelationalExpr
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspGteRelationalExpr
- extends PRelationalExpr
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspGteRelationalExpr
public ACspGteRelationalExpr()
ACspGteRelationalExpr
public ACspGteRelationalExpr(PMathExpr _leftExpr_,
TGeq _geq_,
PMathExpr _rightExpr_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLeftExpr
public PMathExpr getLeftExpr()
setLeftExpr
public void setLeftExpr(PMathExpr node)
getGeq
public TGeq getGeq()
setGeq
public void setGeq(TGeq node)
getRightExpr
public PMathExpr getRightExpr()
setRightExpr
public void setRightExpr(PMathExpr node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object