Class: Resyma::Core::TransitionTable::Candidate
- Inherits:
-
Struct
- Object
- Struct
- Resyma::Core::TransitionTable::Candidate
- Defined in:
- lib/resyma/core/automaton/transition.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#destination ⇒ Object
Returns the value of attribute destination.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
7 8 9 |
# File 'lib/resyma/core/automaton/transition.rb', line 7 def condition @condition end |
#destination ⇒ Object
Returns the value of attribute destination
7 8 9 |
# File 'lib/resyma/core/automaton/transition.rb', line 7 def destination @destination end |