- toDot() - Method in class model.Transition
-
Returns a dot representation of this transition.
- toDot() - Method in class model.TransitionSystem
-
Returns a dot representation of this transition system.
- toString() - Method in class logic.And
-
- toString() - Method in class logic.AtomicProposition
-
- toString() - Method in class logic.ExistsEventually
-
Returns a string representation of this exists eventually formula.
- toString() - Method in class logic.ExistsNext
-
- toString() - Method in class logic.ForAllAlways
-
Returns a string representation of this for-all always formula.
- toString() - Method in class logic.ForAllNext
-
- toString() - Method in class logic.Formula
-
Returns a string representation of this formula.
- toString() - Method in class logic.Not
-
- toString() - Method in class logic.True
-
- toString() - Method in class model.Transition
-
- toString() - Method in class model.TransitionSystem
-
- Transition - Class in model
-
A transition of a transition system.
- Transition(int, int) - Constructor for class model.Transition
-
Initializes this transition with the given source and target state.
- TransitionSystem - Class in model
-
A transition system.
- True - Class in logic
-
This class represents the CTL formula true.
- True() - Constructor for class logic.True
-
Initializes this CTL formula as true.