lmf.formula.csp.node
Class ACspCompositeType
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PCompositeType
lmf.formula.csp.node.ACspCompositeType
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspCompositeType
- extends PCompositeType
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspCompositeType
public ACspCompositeType()
ACspCompositeType
public ACspCompositeType(PType _cspType_,
TDot _dot_,
PCompositeType _next_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getCspType
public PType getCspType()
setCspType
public void setCspType(PType node)
getDot
public TDot getDot()
setDot
public void setDot(TDot node)
getNext
public PCompositeType getNext()
setNext
public void setNext(PCompositeType node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object