Uses of Interface
net.automatalib.automaton.UniversalFiniteAlphabetAutomaton
-
Packages that use UniversalFiniteAlphabetAutomaton Package Description net.automatalib.ts.modal -
-
Uses of UniversalFiniteAlphabetAutomaton in net.automatalib.ts.modal
Subinterfaces of UniversalFiniteAlphabetAutomaton 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.
-