Modifier and Type | Class and Description |
---|---|
class |
SimpleStateIDs<S> |
Modifier and Type | Method and Description |
---|---|
StateIDs<S> |
AbstractDeterministicAutomaton.stateIDs() |
StateIDs<S> |
AbstractAutomaton.stateIDs() |
static <S,I,T> StateIDs<S> |
AbstractAutomaton.stateIDs(Automaton<S,I,T> $this)
Provides a realization of
SimpleAutomaton.stateIDs() using
a SimpleStateIDs object. |
Constructor and Description |
---|
StateIDGrowingMapping(Automaton<S,?,?> automaton,
StateIDs<S> stateIds) |
StateIDStaticMapping(StateIDs<S> stateIds,
int size) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompactDeterministic<I,T,SP,TP> |
class |
AbstractCompactSimpleDet<I,SP> |
class |
UniversalCompactSimpleDet<I,SP> |
Modifier and Type | Method and Description |
---|---|
StateIDs<Integer> |
AbstractCompactSimpleDet.stateIDs() |
StateIDs<Integer> |
AbstractCompactDeterministic.stateIDs() |
Modifier and Type | Class and Description |
---|---|
class |
FastMutableDet<S extends FastDetState<S,T>,I,T,SP,TP> |
class |
FastMutableNondet<S extends FastNondetState<S,T>,I,T,SP,TP> |
Modifier and Type | Method and Description |
---|---|
StateIDs<S> |
FastMutableNondet.stateIDs() |
StateIDs<S> |
FastMutableDet.stateIDs() |
Modifier and Type | Class and Description |
---|---|
class |
FastDFA<I> |
class |
FastNFA<I> |
Modifier and Type | Class and Description |
---|---|
class |
CompactDFA<I> |
Constructor and Description |
---|
StateAsNodeIDs(StateIDs<S> stateIds) |
Modifier and Type | Method and Description |
---|---|
StateIDs<S> |
SimpleAutomaton.stateIDs() |
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.
|
class |
FastProbMealy<I,O> |
Modifier and Type | Class and Description |
---|---|
class |
CompactMealy<I,O> |
Copyright © 2015. All Rights Reserved.