| Package | Description |
|---|---|
| net.automatalib.automata.base.fast | |
| net.automatalib.automata.fsa.impl | |
| net.automatalib.automata.transducers.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFastMutableDet<S extends AbstractFastState<T>,I,T,SP,TP> |
class |
AbstractFastMutableNondet<S extends AbstractFastState<Collection<T>>,I,T,SP,TP> |
| Modifier and Type | Class and Description |
|---|---|
class |
FastDFA<I> |
class |
FastNFA<I> |
| 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> |
Copyright © 2020. All rights reserved.