| Package | Description |
|---|---|
| net.automatalib.automata |
This package contains the basic interfaces for automata.
|
| net.automatalib.automata.simple |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeterministicAutomaton.FullIntAbstraction<T>
Interface for
full integer abstractions of a DeterministicAutomaton. |
static interface |
MutableDeterministic.FullIntAbstraction<T,SP,TP> |
static interface |
UniversalDeterministicAutomaton.FullIntAbstraction<T,SP,TP>
Interface for
full integer abstractions of a UniversalDeterministicAutomaton. |
| Modifier and Type | Class and Description |
|---|---|
static class |
DeterministicAutomaton.FullIntAbstraction.DefaultAbstraction<I,T,A extends DeterministicAutomaton.StateIntAbstraction<I,T>> |
static class |
MutableDeterministic.FullIntAbstraction.DefaultAbstraction<I,T,SP,TP,A extends MutableDeterministic.StateIntAbstraction<I,T,SP,TP>> |
static class |
UniversalDeterministicAutomaton.FullIntAbstraction.DefaultAbstraction<I,T,SP,TP,A extends UniversalDeterministicAutomaton.StateIntAbstraction<I,T,SP,TP>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleDeterministicAutomaton.FullIntAbstraction.DefaultAbstraction<I,A extends SimpleDeterministicAutomaton.StateIntAbstraction<I>>
Base class implementing the default way of obtaining a
SimpleDeterministicAutomaton.FullIntAbstraction, i.e., building on top of a
SimpleDeterministicAutomaton.StateIntAbstraction and a mapping from integers to (concrete) input symbols. |
| Modifier and Type | Method and Description |
|---|---|
default SimpleDeterministicAutomaton.FullIntAbstraction |
SimpleDeterministicAutomaton.fullIntAbstraction(Alphabet<I> alphabet)
Retrieves a
SimpleDeterministicAutomaton.FullIntAbstraction of this automaton, using the mapping induced by the given alphabet as the
abstraction for the input symbols. |
default SimpleDeterministicAutomaton.FullIntAbstraction |
SimpleDeterministicAutomaton.fullIntAbstraction(int numInputs,
IntFunction<? extends I> symMapping)
Retrieves a
SimpleDeterministicAutomaton.FullIntAbstraction of this automaton, using the given number of (abstract) inputs and the
inputs mapping. |
Copyright © 2018. All rights reserved.