Class: Flexr::Automaton::Machine

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/automaton/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dfaObject

Returns the value of attribute dfa

Returns:

  • (Object)

    the current value of dfa



12
13
14
# File 'lib/flexr/automaton/types.rb', line 12

def dfa
  @dfa
end

#state_nameObject

Returns the value of attribute state_name

Returns:

  • (Object)

    the current value of state_name



12
13
14
# File 'lib/flexr/automaton/types.rb', line 12

def state_name
  @state_name
end