Package | Description |
---|---|
org.xesstandard.extensions |
Modifier and Type | Method and Description |
---|---|
XesLifecycleState |
XesLifecycleExtension.getState(XesEvent event)
Returns the state for the given event, that is, the value of the
attribute with key "lifecycle:state".
|
static XesLifecycleState |
XesLifecycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XesLifecycleState[] |
XesLifecycleState.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.setState(XesEvent event,
XesLifecycleState state)
Sets the state for the given event, that is, the value of the attribute
with key "lifecycle:model".
|