| Package | Description |
|---|---|
| org.xesstandard.extensions |
| Modifier and Type | Method and Description |
|---|---|
XesLifecycleTransition |
XesLifecycleExtension.getTransition(XesEvent event)
Returns the transition for the given event, that is, the value of the
attribute with key "lifecycle:transition".
|
static XesLifecycleTransition |
XesLifecycleTransition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XesLifecycleTransition[] |
XesLifecycleTransition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
XesStringAttribute |
XesLifecycleExtension.setTransition(XesEvent event,
XesLifecycleTransition transition)
Sets the transition for the given event, that is, the value of the
attribute with key "lifecycle:model".
|