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.
|
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 formula.
|
public AtomicProposition(java.lang.String name)
name - the name of this atomic propositionpublic int hashCode()
Formulapublic boolean equals(java.lang.Object object)
Formulapublic java.lang.String toString()
Formulapublic java.util.BitSet sat(TransitionSystem system)
Formula