| Package | Description |
|---|---|
| net.automatalib.automata |
This package contains the basic interfaces for automata.
|
| net.automatalib.automata.fsa | |
| net.automatalib.automata.transout |
| Modifier and Type | Class and Description |
|---|---|
static class |
MutableDeterministic.StateIntAbstraction.DefaultAbstraction<S,I,T,SP,TP,A extends MutableDeterministic<S,I,T,SP,TP>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShrinkableDeterministic<S,I,T,SP,TP>
A mutable deterministic automaton that also supports destructive operations, i.e., removal of states and
transitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableDFA<S,I> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableMealyMachine<S,I,T,O> |
interface |
MutableMooreMachine<S,I,T,O> |
Copyright © 2018. All rights reserved.