Uses of Interface
net.automatalib.automaton.Automaton
-
Packages that use Automaton Package Description net.automatalib.automaton This package (including sub-packages) contains the basic classes concerning automata.net.automatalib.automaton.concept net.automatalib.automaton.fsa net.automatalib.automaton.graph net.automatalib.automaton.transducer net.automatalib.automaton.transducer.probabilistic net.automatalib.automaton.visualization net.automatalib.modelchecking net.automatalib.ts This package (including sub-packages) contains the basic classes concerning transition systems.net.automatalib.ts.modal -
-
Uses of Automaton in net.automatalib.automaton
Subinterfaces of Automaton in net.automatalib.automaton Modifier and Type Interface Description interfaceDeterministicAutomaton<S,I,T>Basic interface for a deterministic automaton.interfaceFiniteAlphabetAutomaton<S,I,T>interfaceMutableAutomaton<S,I,T,SP,TP>A mutable automaton.interfaceMutableDeterministic<S,I,T,SP,TP>Interface for a mutable deterministic automaton.interfaceShrinkableAutomaton<S,I,T,SP,TP>A mutable automaton that also supports destructive modifications, i.e., removal of states and transitions.interfaceShrinkableDeterministic<S,I,T,SP,TP>A mutable deterministic automaton that also supports destructive operations, i.e., removal of states and transitions.interfaceUniversalAutomaton<S,I,T,SP,TP>A universal automaton is a generalized representation of automata, with unified access to the properties of states and transitions.interfaceUniversalDeterministicAutomaton<S,I,T,SP,TP>ADeterministicAutomatonwith state and transition properties.interfaceUniversalFiniteAlphabetAutomaton<S,I,T,SP,TP> -
Uses of Automaton in net.automatalib.automaton.concept
Subinterfaces of Automaton in net.automatalib.automaton.concept Modifier and Type Interface Description interfaceDetOutputAutomaton<S,I,T,D>An automaton which deterministically produces an output for an input word.interfaceDetSuffixOutputAutomaton<S,I,T,D>interfaceOutputAutomaton<S,I,T,D> -
Uses of Automaton in net.automatalib.automaton.fsa
Subinterfaces of Automaton in net.automatalib.automaton.fsa Modifier and Type Interface Description interfaceDFA<S,I>Deterministic finite state acceptor.interfaceFiniteStateAcceptor<S,I>FiniteStateAcceptors accept regular languages.interfaceMutableDFA<S,I>interfaceMutableFSA<S,I>interfaceMutableNFA<S,I>interfaceNFA<S,I>Nondeterministic finite state acceptor. -
Uses of Automaton in net.automatalib.automaton.graph
Classes in net.automatalib.automaton.graph with type parameters of type Automaton Modifier and Type Class Description classAbstractAutomatonGraphView<S,A extends Automaton<S,?,?>,E>classAutomatonGraphView<S,I,T,A extends Automaton<S,I,T>>Fields in net.automatalib.automaton.graph declared as Automaton Modifier and Type Field Description protected AAbstractAutomatonGraphView. automatonMethods in net.automatalib.automaton.graph with parameters of type Automaton Modifier and Type Method Description static <S,I,T>
Collection<TransitionEdge<I,T>>AutomatonGraphView. createTransitionEdges(Automaton<S,I,T> automaton, Collection<? extends I> inputs, S state) -
Uses of Automaton in net.automatalib.automaton.transducer
Subinterfaces of Automaton in net.automatalib.automaton.transducer Modifier and Type Interface Description interfaceMealyMachine<S,I,T,O>interfaceMooreMachine<S,I,T,O>interfaceMutableMealyMachine<S,I,T,O>interfaceMutableMooreMachine<S,I,T,O>interfaceMutableSubsequentialTransducer<S,I,T,O>Amutableextension of aSubsequentialTransducer.interfaceStateLocalInputMealyMachine<S,I,T,O>interfaceStateOutputAutomaton<S,I,T,O>interfaceSubsequentialTransducer<S,I,T,O>A subsequential transducer (or SST) is anDeterministicOutputTSwhose state and transition properties are output-words.interfaceTransitionOutputAutomaton<S,I,T,O> -
Uses of Automaton in net.automatalib.automaton.transducer.probabilistic
Subinterfaces of Automaton in net.automatalib.automaton.transducer.probabilistic Modifier and Type Interface Description interfaceMutableProbabilisticMealy<S,I,T,O>interfaceProbabilisticMealyMachine<S,I,T,O> -
Uses of Automaton in net.automatalib.automaton.visualization
Classes in net.automatalib.automaton.visualization with type parameters of type Automaton Modifier and Type Class Description classAutomatonVisualizationHelper<S,I,T,A extends Automaton<S,I,T>>Fields in net.automatalib.automaton.visualization declared as Automaton Modifier and Type Field Description protected AAutomatonVisualizationHelper. automaton -
Uses of Automaton in net.automatalib.modelchecking
Subinterfaces of Automaton in net.automatalib.modelchecking Modifier and Type Interface Description interfaceLasso<I,D>A lasso is a single infinite word.static interfaceLasso.DFALasso<I>A DFALasso is a lasso forDFAs.static interfaceLasso.MealyLasso<I,O>A MealyLasso is a lasso forMealyMachines. -
Uses of Automaton in net.automatalib.ts
Subinterfaces of Automaton in net.automatalib.ts Modifier and Type Interface Description interfaceFiniteKTS<S,I,T,AP>A finite Kripke Transition System combines the properties of afinite transition systemand aKripkeInterpretation. -
Uses of Automaton in net.automatalib.ts.modal
Subinterfaces of Automaton in net.automatalib.ts.modal Modifier and Type Interface Description interfaceModalTransitionSystem<S,I,T,TP extends ModalEdgeProperty>A modal transition system is aUniversalAutomatonin which transitions can be marked asmayormustedges.interfaceMutableModalTransitionSystem<S,I,T,TP extends MutableModalEdgeProperty>A mutable version ofModalTransitionSystemthat allows to add states and transitions.
-