Class: Flexr::Automaton::NFAState
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Automaton::NFAState
- Defined in:
- lib/flexr/automaton/nfa.rb
Instance Attribute Summary collapse
-
#accepts ⇒ Object
Returns the value of attribute accepts.
-
#epsilon ⇒ Object
Returns the value of attribute epsilon.
-
#transitions ⇒ Object
Returns the value of attribute transitions.
Instance Attribute Details
#accepts ⇒ Object
Returns the value of attribute accepts
5 6 7 |
# File 'lib/flexr/automaton/nfa.rb', line 5 def accepts @accepts end |
#epsilon ⇒ Object
Returns the value of attribute epsilon
5 6 7 |
# File 'lib/flexr/automaton/nfa.rb', line 5 def epsilon @epsilon end |
#transitions ⇒ Object
Returns the value of attribute transitions
5 6 7 |
# File 'lib/flexr/automaton/nfa.rb', line 5 def transitions @transitions end |