Constructor and Description |
---|
DOTHelperMealy(TransitionOutputAutomaton<S,I,T,O> automaton) |
Modifier and Type | Interface and Description |
---|---|
interface |
MealyMachine<S,I,T,O> |
interface |
MooreMachine<S,I,T,O> |
interface |
MutableMealyMachine<S,I,T,O> |
interface |
MutableMooreMachine<S,I,T,O> |
Modifier and Type | Method and Description |
---|---|
static <S,I,T,O> Word<O> |
AbstractTransOutAutomaton.computeOutput(TransitionOutputAutomaton<S,I,T,O> $this,
Iterable<I> input) |
static <S,I,T,O> Word<O> |
AbstractTransOutAutomaton.computeSuffixOutput(TransitionOutputAutomaton<S,I,T,O> $this,
Iterable<I> prefix,
Iterable<I> suffix) |
static <S,I,T,O> O |
AbstractTransOutAutomaton.getOutput(TransitionOutputAutomaton<S,I,T,O> $this,
S state,
I input) |
static <S,I,T,O> void |
AbstractTransOutAutomaton.trace(TransitionOutputAutomaton<S,I,T,O> $this,
Iterable<I> input,
List<O> output) |
static <S,I,T,O> void |
AbstractTransOutAutomaton.trace(TransitionOutputAutomaton<S,I,T,O> $this,
S state,
Iterable<I> input,
List<O> output) |
Modifier and Type | Class and Description |
---|---|
class |
FastMealy<I,O>
A fast implementation of a Mealy machine.
|
class |
FastMoore<I,O>
A fast implementation of a Moore automaton.
|
Modifier and Type | Class and Description |
---|---|
class |
CompactMealy<I,O> |
Copyright © 2015. All Rights Reserved.