Class: Flexr::Automaton::NFAState

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

Instance Attribute Summary collapse

Instance Attribute Details

#acceptsObject

Returns the value of attribute accepts

Returns:

  • (Object)

    the current value of accepts



5
6
7
# File 'lib/flexr/automaton/nfa.rb', line 5

def accepts
  @accepts
end

#epsilonObject

Returns the value of attribute epsilon

Returns:

  • (Object)

    the current value of epsilon



5
6
7
# File 'lib/flexr/automaton/nfa.rb', line 5

def epsilon
  @epsilon
end

#transitionsObject

Returns the value of attribute transitions

Returns:

  • (Object)

    the current value of transitions



5
6
7
# File 'lib/flexr/automaton/nfa.rb', line 5

def transitions
  @transitions
end