lmf.formula.csp.node
Class ACspCatSequenceExpr
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PSequenceExpr
lmf.formula.csp.node.ACspCatSequenceExpr
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspCatSequenceExpr
- extends PSequenceExpr
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspCatSequenceExpr
public ACspCatSequenceExpr()
ACspCatSequenceExpr
public ACspCatSequenceExpr(PNotExpr _leftExpr_,
TCat _cat_,
PSequenceExpr _rightExpr_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLeftExpr
public PNotExpr getLeftExpr()
setLeftExpr
public void setLeftExpr(PNotExpr node)
getCat
public TCat getCat()
setCat
public void setCat(TCat node)
getRightExpr
public PSequenceExpr getRightExpr()
setRightExpr
public void setRightExpr(PSequenceExpr node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object