public class ForAllAlways extends Formula
| Constructor and Description |
|---|
ForAllAlways(Formula formula)
Initializes this CTL formula as the for-all always of the given formula.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Tests whether this formula is equal to the given object.
|
int |
hashCode()
Returns the hashcode of this formula.
|
java.util.Set<java.lang.Integer> |
sat(TransitionSystem system)
Returns the set of states of the given transition system that satisfy this formula.
|
java.lang.String |
toString()
Returns a string representation of this for-all always formula.
|
public ForAllAlways(Formula formula)
formula - the subformula of this for-all always formulapublic int hashCode()
Formulapublic boolean equals(java.lang.Object object)
Formulapublic java.lang.String toString()
public java.util.Set<java.lang.Integer> sat(TransitionSystem system)
Formula