Uses of Class
net.automatalib.ts.modal.transition.ProceduralModalEdgeProperty.ProceduralType
-
Packages that use ProceduralModalEdgeProperty.ProceduralType Package Description net.automatalib.ts.modal.transition -
-
Uses of ProceduralModalEdgeProperty.ProceduralType in net.automatalib.ts.modal.transition
Methods in net.automatalib.ts.modal.transition that return ProceduralModalEdgeProperty.ProceduralType Modifier and Type Method Description ProceduralModalEdgeProperty.ProceduralTypeProceduralModalEdgeProperty. getProceduralType()static ProceduralModalEdgeProperty.ProceduralTypeProceduralModalEdgeProperty.ProceduralType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProceduralModalEdgeProperty.ProceduralType[]ProceduralModalEdgeProperty.ProceduralType. 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 ProceduralModalEdgeProperty.ProceduralType Modifier and Type Method Description voidMutableProceduralModalEdgeProperty. setProceduralType(ProceduralModalEdgeProperty.ProceduralType type)
-