Skip to content

State and Transition Properties

Malte Isberner edited this page May 8, 2013 · 9 revisions

State and Transition Properties

Examples

Machine model Java type State property (type) Transition property (type)
DFA DFA<S,I> acceptance (Boolean) none (Void
NFA NFA<S,I> acceptance (Boolean) none (Void
Mealy machine Mealy Machine<S,I,T,O> none (Void) output symbol (O)
Clone this wiki locally