Module net.automatalib.api
Package net.automatalib.automaton.abstraction
package net.automatalib.automaton.abstraction
-
ClassDescriptionAbstractions for
DeterministicAutomatons.Interface forfull integer abstractionsof aDeterministicAutomaton.DeterministicAbstractions.FullIntAbstractionImpl<I,T, A extends DeterministicAbstractions.StateIntAbstraction<I, T>> Base interface forinteger abstractionsof aDeterministicAutomaton.Interface forstate integer abstractionsof aDeterministicAutomaton.DeterministicAbstractions.StateIntAbstractionImpl<S,I, T, A extends DeterministicAutomaton<S, I, T>> Abstractions forMutableDeterministics.Interface forfull integer abstractionsof aMutableDeterministic.MutableDeterministicAbstractions.FullIntAbstractionImpl<I,T, SP, TP, A extends MutableDeterministicAbstractions.StateIntAbstraction<I, T, SP, TP>> Base interface forinteger abstractionsof aMutableDeterministic.Interface forstate integer abstractionsof aMutableDeterministic.MutableDeterministicAbstractions.StateIntAbstractionImpl<S,I, T, SP, TP, A extends MutableDeterministic<S, I, T, SP, TP>> Abstractions forSimpleDeterministicAutomatons.Interface for aninteger abstractionthat abstracts both states and input symbols to integers.SimpleDeterministicAbstractions.FullIntAbstractionImpl<I,A extends SimpleDeterministicAbstractions.StateIntAbstraction<I>> Base class implementing the default way of obtaining aSimpleDeterministicAbstractions.FullIntAbstractionImpl, i.e., building on top of aSimpleDeterministicAbstractions.StateIntAbstractionImpland a mapping from integers to (concrete) input symbols.Basic interface for integer abstractions of automata.Base class implementing the default way of obtaining an integer abstraction from an automaton, i.e., by mapping states to integers and vice versa using theStateIDsmapping obtained viaSimpleAutomaton.stateIDs().Interface forinteger abstractionsof an automaton that operate on non-abstracted input symbols (i.e., input symbols are of typeI).SimpleDeterministicAbstractions.StateIntAbstractionImpl<S,I, A extends SimpleDeterministicAutomaton<S, I>> Base class implementing the default way of obtaining aSimpleDeterministicAbstractions.StateIntAbstraction.Abstractions forUniversalDeterministicAutomatons.Interface forfull integer abstractionsof aUniversalDeterministicAutomaton.UniversalDeterministicAbstractions.FullIntAbstractionImpl<I,T, SP, TP, A extends UniversalDeterministicAbstractions.StateIntAbstraction<I, T, SP, TP>> Base interface forinteger abstractionsof aUniversalDeterministicAutomaton.Interface forstate integer abstractionsof aUniversalDeterministicAutomaton.UniversalDeterministicAbstractions.StateIntAbstractionImpl<S,I, T, SP, TP, A extends UniversalDeterministicAutomaton<S, I, T, SP, TP>>