Pushdown::
Transition class
| Superclass | Object |
A transition in a Pushdown automaton
Attributes
- name R
The name of the transition; mostly for human consumption
Public Class Methods
Inheritance hook – enable instantiation.
Create a new Transition with the given name.
Public Instance Methods
Return a state stack after the transition has been applied.
Return the transition’s type as a lowercase Symbol, such as that specified in transition declarations.