Uses of Interface
net.automatalib.automaton.simple.SimpleDeterministicAutomaton.IntAbstraction
-
Packages that use SimpleDeterministicAutomaton.IntAbstraction 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.IntAbstraction in net.automatalib.automaton
-
Uses of SimpleDeterministicAutomaton.IntAbstraction in net.automatalib.automaton.abstraction
-
Uses of SimpleDeterministicAutomaton.IntAbstraction in net.automatalib.automaton.simple
Subinterfaces of SimpleDeterministicAutomaton.IntAbstraction in net.automatalib.automaton.simple Modifier and Type Interface Description static interfaceSimpleDeterministicAutomaton.FullIntAbstractionInterface for aninteger abstractionthat abstracts both states and input symbols to integers.static interfaceSimpleDeterministicAutomaton.StateIntAbstraction<I>Interface forinteger abstractionsof an automaton that operate on non-abstracted input symbols (i.e., input symbols are of typeI).
-