Uses of Interface
net.automatalib.common.util.nid.MutableNumericID
-
Packages that use MutableNumericID Package Description net.automatalib.alphabet This package contains the basic classes concerning alphabets.net.automatalib.automaton.base net.automatalib.automaton.fsa net.automatalib.automaton.transducer net.automatalib.automaton.transducer.probabilistic net.automatalib.common.util.nid -
-
Uses of MutableNumericID in net.automatalib.alphabet
Classes in net.automatalib.alphabet with type parameters of type MutableNumericID Modifier and Type Class Description class
FastAlphabet<I extends MutableNumericID>
A fast alphabet implementation, that assumes identifiers are stored directly in the input symbols.Classes in net.automatalib.alphabet that implement MutableNumericID Modifier and Type Class Description class
AbstractSymbol<S extends AbstractSymbol<S>>
class
Symbol<I>
Constructors in net.automatalib.alphabet with parameters of type MutableNumericID Constructor Description FastAlphabet(I... symbols)
-
Uses of MutableNumericID in net.automatalib.automaton.base
Classes in net.automatalib.automaton.base that implement MutableNumericID Modifier and Type Class Description class
AbstractFastState<T>
-
Uses of MutableNumericID in net.automatalib.automaton.fsa
Classes in net.automatalib.automaton.fsa that implement MutableNumericID Modifier and Type Class Description class
FastDFAState
class
FastNFAState
-
Uses of MutableNumericID in net.automatalib.automaton.transducer
Classes in net.automatalib.automaton.transducer that implement MutableNumericID Modifier and Type Class Description class
FastMealyState<O>
A state in aFastMealy
automaton.class
FastMooreState<O>
A state in aFastMoore
automaton. -
Uses of MutableNumericID in net.automatalib.automaton.transducer.probabilistic
Classes in net.automatalib.automaton.transducer.probabilistic that implement MutableNumericID Modifier and Type Class Description class
FastProbMealyState<O>
-
Uses of MutableNumericID in net.automatalib.common.util.nid
Classes in net.automatalib.common.util.nid with type parameters of type MutableNumericID Modifier and Type Class Description class
DynamicList<T extends MutableNumericID>
Classes in net.automatalib.common.util.nid that implement MutableNumericID Modifier and Type Class Description class
AbstractMutableNumericID
-