Uses of Class
org.deckfour.xes.extension.std.XLifecycleExtension.StandardModel
-
Packages that use XLifecycleExtension.StandardModel Package Description org.deckfour.xes.extension.std -
-
Uses of XLifecycleExtension.StandardModel in org.deckfour.xes.extension.std
Methods in org.deckfour.xes.extension.std that return XLifecycleExtension.StandardModel Modifier and Type Method Description static XLifecycleExtension.StandardModelXLifecycleExtension.StandardModel. decode(java.lang.String encoding)Decodes any encoding string, referring to the respective standard-model lifecycle transition object in this enum.XLifecycleExtension.StandardModelXLifecycleExtension. extractStandardTransition(XEvent event)Extracts the standard lifecycle transition object from a given event.XLifecycleExtension.StandardModelXExtendedEvent. getStandardTransition()Returns the standard lifecycle transition of the event, as defined by the Lifecycle extension.static XLifecycleExtension.StandardModelXLifecycleExtension.StandardModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XLifecycleExtension.StandardModel[]XLifecycleExtension.StandardModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deckfour.xes.extension.std with parameters of type XLifecycleExtension.StandardModel Modifier and Type Method Description voidXLifecycleExtension. assignStandardTransition(XEvent event, XLifecycleExtension.StandardModel transition)Assigns a standard lifecycle transition to the given event.voidXExtendedEvent. setStandardTransition(XLifecycleExtension.StandardModel transition)Sets the standard lifecycle transition of the event, as defined by the Lifecycle extension.
-