Class: Resyma::Core::TransitionTable::Candidate

Inherits:
Struct
  • Object
show all
Defined in:
lib/resyma/core/automaton/transition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



7
8
9
# File 'lib/resyma/core/automaton/transition.rb', line 7

def condition
  @condition
end

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



7
8
9
# File 'lib/resyma/core/automaton/transition.rb', line 7

def destination
  @destination
end