Uses of Class
net.automatalib.ts.modal.transition.ModalEdgeProperty.ModalType
-
Packages that use ModalEdgeProperty.ModalType Package Description net.automatalib.ts.modal net.automatalib.ts.modal.transition -
-
Uses of ModalEdgeProperty.ModalType in net.automatalib.ts.modal
Methods in net.automatalib.ts.modal with parameters of type ModalEdgeProperty.ModalType Modifier and Type Method Description TMutableModalTransitionSystem. addModalTransition(S src, I input, S tgt, ModalEdgeProperty.ModalType modalType) -
Uses of ModalEdgeProperty.ModalType in net.automatalib.ts.modal.transition
Methods in net.automatalib.ts.modal.transition that return ModalEdgeProperty.ModalType Modifier and Type Method Description ModalEdgeProperty.ModalTypeModalEdgeProperty. getModalType()static ModalEdgeProperty.ModalTypeModalEdgeProperty.ModalType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModalEdgeProperty.ModalType[]ModalEdgeProperty.ModalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.automatalib.ts.modal.transition with parameters of type ModalEdgeProperty.ModalType Modifier and Type Method Description voidMutableModalEdgeProperty. setModalType(ModalEdgeProperty.ModalType type)
-