Uses of Interface
net.automatalib.automaton.simple.SimpleDeterministicAutomaton.FullIntAbstraction
-
Packages that use SimpleDeterministicAutomaton.FullIntAbstraction Package Description net.automatalib.automaton This package (including sub-packages) contains the basic classes concerning automata.net.automatalib.automaton.abstraction net.automatalib.automaton.simple -
-
Uses of SimpleDeterministicAutomaton.FullIntAbstraction in net.automatalib.automaton
Subinterfaces of SimpleDeterministicAutomaton.FullIntAbstraction in net.automatalib.automaton Modifier and Type Interface Description static interfaceDeterministicAutomaton.FullIntAbstraction<T>Interface forfull integer abstractionsof aDeterministicAutomaton.static interfaceMutableDeterministic.FullIntAbstraction<T,SP,TP>Interface forfull integer abstractionsof aMutableDeterministic.static interfaceUniversalDeterministicAutomaton.FullIntAbstraction<T,SP,TP>Interface forfull integer abstractionsof aUniversalDeterministicAutomaton. -
Uses of SimpleDeterministicAutomaton.FullIntAbstraction in net.automatalib.automaton.abstraction
Classes in net.automatalib.automaton.abstraction that implement SimpleDeterministicAutomaton.FullIntAbstraction Modifier and Type Class Description static classDeterministicAbstractions.FullIntAbstraction<I,T,A extends DeterministicAutomaton.StateIntAbstraction<I,T>>static classMutableDeterministicAbstraction.FullIntAbstraction<I,T,SP,TP,A extends MutableDeterministic.StateIntAbstraction<I,T,SP,TP>>static classSimpleDeterministicAbstractions.FullIntAbstraction<I,A extends SimpleDeterministicAutomaton.StateIntAbstraction<I>>Base class implementing the default way of obtaining aSimpleDeterministicAbstractions.FullIntAbstraction, i.e., building on top of aSimpleDeterministicAbstractions.StateIntAbstractionand a mapping from integers to (concrete) input symbols.static classUniversalDeterministicAbstractions.FullIntAbstraction<I,T,SP,TP,A extends UniversalDeterministicAutomaton.StateIntAbstraction<I,T,SP,TP>> -
Uses of SimpleDeterministicAutomaton.FullIntAbstraction in net.automatalib.automaton.simple
Methods in net.automatalib.automaton.simple that return SimpleDeterministicAutomaton.FullIntAbstraction Modifier and Type Method Description default SimpleDeterministicAutomaton.FullIntAbstractionSimpleDeterministicAutomaton. fullIntAbstraction(int numInputs, IntFunction<? extends I> symMapping)Retrieves aSimpleDeterministicAutomaton.FullIntAbstractionof this automaton, using the given number of (abstract) inputs and the inputs mapping.default SimpleDeterministicAutomaton.FullIntAbstractionSimpleDeterministicAutomaton. fullIntAbstraction(Alphabet<I> alphabet)Retrieves aSimpleDeterministicAutomaton.FullIntAbstractionof this automaton, using the mapping induced by the given alphabet as the abstraction for the input symbols.
-