lmf.formula.csp.node
Class ACspAssertParagraph
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PParagraph
lmf.formula.csp.node.ACspAssertParagraph
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspAssertParagraph
- extends PParagraph
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspAssertParagraph
public ACspAssertParagraph()
ACspAssertParagraph
public ACspAssertParagraph(PAssert _assert_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getAssert
public PAssert getAssert()
setAssert
public void setAssert(PAssert node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object