Modifier and Type | Method and Description |
---|---|
java.util.UUID |
XesIdExtension.getId(XesComponent component)
Returns the id of the given component, that is, the value of the
attribute with key "identity:id".
|
java.lang.String |
XesSemanticExtension.getModelReference(XesComponent component)
Returns the model reference of the given component, that is, the value of
the attribute with key "semantic:modelReference".
|
XesIdAttribute |
XesIdExtension.setId(XesComponent component,
java.util.UUID value)
Sets the id for the given component, that is, the value of the attribute
with key "identity:id".
|
XesStringAttribute |
XesSemanticExtension.setModelReference(XesComponent component,
java.lang.String value)
Sets the model reference for the given component, that is, the value of
the attribute with key "semantic:modelReference".
|
Modifier and Type | Interface and Description |
---|---|
interface |
XesAttribute
XES Attribute.
|
interface |
XesEvent
XES Event.
|
interface |
XesLog
XES Log.
|
interface |
XesTrace
XES Trace.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XesClassifier.classify(XesComponent component)
Classifies a component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XesBooleanAttribute |
interface |
XesDateTimeAttribute |
interface |
XesIdAttribute |
interface |
XesIntegerNumberAttribute |
interface |
XesListAttribute |
interface |
XesRealNumberAttribute |
interface |
XesStringAttribute |
Modifier and Type | Class and Description |
---|---|
class |
XesBooleanAttributeImpl |
class |
XesDateTimeAttributeImpl |
class |
XesIdAttributeImpl |
class |
XesIntegerNumberAttributeImpl |
class |
XesListAttributeImpl |
class |
XesRealNumberAttributeImpl |
class |
XesStringAttributeImpl |
Modifier and Type | Class and Description |
---|---|
class |
XesAttributeImpl |
class |
XesComponentImpl |
class |
XesEventImpl |
class |
XesLogImpl |
class |
XesTraceImpl |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XesClassifierImpl.classify(XesComponent component) |
Constructor and Description |
---|
XesXmlIssueAttributePrefix(XesComponent component,
java.lang.String key) |
XesXmlIssueAttributeUnique(XesComponent component,
java.lang.String key) |
XesXmlIssueParent(XesAttribute attribute,
XesComponent parent) |
XesXmlIssueParent(XesClassifier classifier,
XesComponent parent) |
XesXmlIssueParent(XesEvent event,
XesComponent parent) |
XesXmlIssueParent(XesExtension extension,
XesComponent parent) |
XesXmlIssueParent(XesGlobal global,
XesComponent parent) |
XesXmlIssueParent(XesTrace trace,
XesComponent parent) |
XesXmlIssueParent(XesValues values,
XesComponent parent) |