Uses of Interface
net.automatalib.ts.modal.ModalTransitionSystem
-
Packages that use ModalTransitionSystem Package Description net.automatalib.automaton.visualization net.automatalib.ts.modal -
-
Uses of ModalTransitionSystem in net.automatalib.automaton.visualization
Classes in net.automatalib.automaton.visualization with type parameters of type ModalTransitionSystem Modifier and Type Class Description classMTSVisualizationHelper<S,I,T,TP extends ModalEdgeProperty,M extends ModalTransitionSystem<S,I,T,TP>> -
Uses of ModalTransitionSystem in net.automatalib.ts.modal
Classes in net.automatalib.ts.modal with type parameters of type ModalTransitionSystem Modifier and Type Class Description static classModalTransitionSystem.MTSGraphView<S,I,T,TP extends ModalEdgeProperty,M extends ModalTransitionSystem<S,I,T,TP>>Subinterfaces of ModalTransitionSystem in net.automatalib.ts.modal Modifier and Type Interface Description interfaceMutableModalTransitionSystem<S,I,T,TP extends MutableModalEdgeProperty>A mutable version ofModalTransitionSystemthat allows to add states and transitions.
-