Uses of Class
org.jbpm.simulation.PathContext.Type
-
Packages that use PathContext.Type Package Description org.jbpm.simulation -
-
Uses of PathContext.Type in org.jbpm.simulation
Methods in org.jbpm.simulation that return PathContext.Type Modifier and Type Method Description PathContext.TypePathContext. getType()static PathContext.TypePathContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PathContext.Type[]PathContext.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.simulation with parameters of type PathContext.Type Modifier and Type Method Description voidPathContext. setType(PathContext.Type type)Constructors in org.jbpm.simulation with parameters of type PathContext.Type Constructor Description PathContext(PathContext.Type type)
-