edu.toronto.cs.ctl
Class CTLAWNode
java.lang.Object
edu.toronto.cs.ctl.CTLAbstractNode
edu.toronto.cs.ctl.CTLLeafNode
edu.toronto.cs.ctl.CTLUnaryNode
edu.toronto.cs.ctl.CTLBinaryNode
edu.toronto.cs.ctl.CTLAWNode
- All Implemented Interfaces:
- CTLNode
public class CTLAWNode
- extends CTLBinaryNode
This is a universal strong until CTL node.
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 |
CTLAWNode
protected CTLAWNode(CTLNode phi,
CTLNode psi)
- Construct a universal strong until CTL node using two other
nodes as its children.
CTLAWNode
protected CTLAWNode(CTLNode phi,
CTLNode psi,
CTLNode[] fairness)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
accept
public java.lang.Object accept(CTLVisitor v,
java.lang.Object s)
- Specified by:
accept
in interface CTLNode
- Overrides:
accept
in class CTLAbstractNode