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