Uses of Interface
net.automatalib.ts.TransitionSystem
-
Packages that use TransitionSystem 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.procedural net.automatalib.automaton.transducer net.automatalib.automaton.transducer.probabilistic net.automatalib.automaton.vpa net.automatalib.modelchecking net.automatalib.ts This package (including sub-packages) contains the basic classes concerning transition systems.net.automatalib.ts.acceptor net.automatalib.ts.modal net.automatalib.ts.output net.automatalib.ts.powerset -
-
Uses of TransitionSystem in net.automatalib.automaton
Subinterfaces of TransitionSystem in net.automatalib.automaton Modifier and Type Interface Description interfaceAutomaton<S,I,T>Basic interface for an automaton.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 TransitionSystem in net.automatalib.automaton.concept
Subinterfaces of TransitionSystem 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 TransitionSystem in net.automatalib.automaton.fsa
Subinterfaces of TransitionSystem 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 TransitionSystem in net.automatalib.automaton.procedural
Subinterfaces of TransitionSystem in net.automatalib.automaton.procedural Modifier and Type Interface Description interfaceSBA<S,I>A system of behavioral automata.interfaceSPA<S,I>A system of procedural automata.interfaceSPMM<S,I,T,O>A system of procedural Mealy machines. -
Uses of TransitionSystem in net.automatalib.automaton.transducer
Subinterfaces of TransitionSystem 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 TransitionSystem in net.automatalib.automaton.transducer.probabilistic
Subinterfaces of TransitionSystem in net.automatalib.automaton.transducer.probabilistic Modifier and Type Interface Description interfaceMutableProbabilisticMealy<S,I,T,O>interfaceProbabilisticMealyMachine<S,I,T,O> -
Uses of TransitionSystem in net.automatalib.automaton.vpa
Subinterfaces of TransitionSystem in net.automatalib.automaton.vpa Modifier and Type Interface Description interfaceOneSEVPA<L,I>A specialized interface for 1-SEVPAs (1-module single entry visibly push-down automata).interfaceSEVPA<L,I>Interface for k-SEVPAs (k-module single entry visibly push-down automata), a visibly push-down automaton of specific structure and semantics. -
Uses of TransitionSystem in net.automatalib.modelchecking
Subinterfaces of TransitionSystem 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 TransitionSystem in net.automatalib.ts
Subinterfaces of TransitionSystem in net.automatalib.ts Modifier and Type Interface Description interfaceDeterministicTransitionSystem<S,I,T>Deterministic transition system.interfaceFiniteKTS<S,I,T,AP>A finite Kripke Transition System combines the properties of afinite transition systemand aKripkeInterpretation.interfacePowersetViewTS<S,I,T,OS,OT>interfaceUniversalDTS<S,I,T,SP,TP>Universal deterministic transition system.interfaceUniversalTransitionSystem<S,I,T,SP,TP>A "universal" transition system, which captures the possibility to assign properties to states and transitions. -
Uses of TransitionSystem in net.automatalib.ts.acceptor
Subinterfaces of TransitionSystem in net.automatalib.ts.acceptor Modifier and Type Interface Description interfaceAcceptorTS<S,I>A transition system whose semantics are defined by whether a state is "accepting" or not.interfaceDeterministicAcceptorTS<S,I>A deterministic acceptor transition system. -
Uses of TransitionSystem in net.automatalib.ts.modal
Subinterfaces of TransitionSystem 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. -
Uses of TransitionSystem in net.automatalib.ts.output
Subinterfaces of TransitionSystem in net.automatalib.ts.output Modifier and Type Interface Description interfaceDeterministicOutputTS<S,I,T,O>interfaceDeterministicStateOutputTS<S,I,T,O>interfaceDeterministicTransitionOutputTS<S,I,T,O>interfaceMealyTransitionSystem<S,I,T,O>interfaceMooreTransitionSystem<S,I,T,O> -
Uses of TransitionSystem in net.automatalib.ts.powerset
Classes in net.automatalib.ts.powerset that implement TransitionSystem Modifier and Type Class Description classDirectPowersetDTS<S,I,T>Constructors in net.automatalib.ts.powerset with parameters of type TransitionSystem Constructor Description DirectPowersetDTS(TransitionSystem<S,I,T> ts)
-