Uses of Class
net.automatalib.util.automaton.procedural.ATSequences
-
Packages that use ATSequences Package Description net.automatalib.util.automaton.procedural -
-
Uses of ATSequences in net.automatalib.util.automaton.procedural
Methods in net.automatalib.util.automaton.procedural that return ATSequences Modifier and Type Method Description static <I> ATSequences<I>SBAs. computeATSequences(SBA<?,I> sba)Computes a set of access sequences and terminating sequences for a givenSBA.static <I> ATSequences<I>SBAs. computeATSequences(SBA<?,I> sba, ProceduralInputAlphabet<I> alphabet)Computes a set of access sequences and terminating sequences for a givenSBAlimited to the symbols of the givenProceduralInputAlphabet.static <I,O>
ATSequences<I>SPMMs. computeATSequences(SPMM<?,I,?,O> spmm)Computes a set of access sequences and terminating sequences for a givenSPMM.static <I,O>
ATSequences<I>SPMMs. computeATSequences(SPMM<?,I,?,O> spmm, ProceduralInputAlphabet<I> alphabet)Computes a set of access sequences and return sequences for a givenSPMMlimited to the symbols of the givenProceduralInputAlphabet.
-