|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.ctl.CTLAbstractNode
edu.toronto.cs.ctl.CTLLeafNode
edu.toronto.cs.ctl.CTLUnaryNode
edu.toronto.cs.ctl.CTLNegNode
public class CTLNegNode
This is a Neg CTL node.
Field Summary |
---|
Fields inherited from class edu.toronto.cs.ctl.CTLAbstractNode |
---|
EMPTY_ARRAY |
Constructor Summary | |
---|---|
protected |
CTLNegNode(CTLNode phi)
Construct a Neg CTL node from another node. |
Method Summary | |
---|---|
java.lang.Object |
accept(CTLVisitor v,
java.lang.Object s)
|
java.lang.String |
toString()
|
Methods inherited from class edu.toronto.cs.ctl.CTLUnaryNode |
---|
equals, getFairness, getLeft, getRight, hashCode, setLeft, setRight |
Methods inherited from class edu.toronto.cs.ctl.CTLAbstractNode |
---|
af, af, ag, ag, and, ar, au, au, aw, ax, ef, eg, eg, eq, er, eu, eu, ew, ex, iff, impliedBy, implies, neg, objectHashCode, or, over, preEX, toString, under |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected CTLNegNode(CTLNode phi)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object accept(CTLVisitor v, java.lang.Object s)
accept
in interface CTLNode
accept
in class CTLAbstractNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |