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