Class Buchi.BuchiTransition
java.lang.Object
eu.iv4xr.framework.extensions.ltl.Buchi.BuchiTransition
- All Implemented Interfaces:
ITransition
- Enclosing class:
- Buchi
Representing a transition in a Buchi automaton.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
The id of the transition. -
name
The transition's name. Useful when printing the transition. It does not have to be unique. -
condition
The predicate that guard the transition.
-
-
Constructor Details
-
BuchiTransition
public BuchiTransition()
-
-
Method Details
-
getId
Description copied from interface:ITransition
An ID that identifies the transition.- Specified by:
getId
in interfaceITransition
-