public class ForAllNext extends Formula
| Constructor and Description |
|---|
ForAllNext(Formula formula)
Initializes this CTL formula as the for all next 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.
|
boolean[] |
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 exists next formula.
|
public ForAllNext(Formula formula)
formula - the subformula of this for all next formulapublic int hashCode()
Formulapublic boolean equals(java.lang.Object object)
Formulapublic java.lang.String toString()
public boolean[] sat(TransitionSystem system)
Formula