public class AtomicProposition extends Formula
Constructor and Description |
---|
AtomicProposition(java.lang.String name)
Initializes this CTL formula as an atomic proposition with the given name.
|
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 formula.
|
public AtomicProposition(java.lang.String name)
name
- the name of this atomic propositionpublic int hashCode()
Formula
public boolean equals(java.lang.Object object)
Formula
public java.lang.String toString()
Formula
public boolean[] sat(TransitionSystem system)
Formula