Modifier and Type | Method and Description |
---|---|
java.util.List<XesAttribute> |
XesCostExtension.getDrivers(XesEvent event)
Returns the drivers of the given event, that is, the value of the
attribute with key "cost:drivers".
|
java.util.List<XesAttribute> |
XesCostExtension.getDrivers(XesTrace trace)
Returns the drivers of the given trace, that is, the value of the
attribute with key "cost:drivers".
|
java.util.List<XesAttribute> |
XesArtifactLifecycleExtension.getMoves(XesEvent event) |
java.util.List<XesAttribute> |
XesSoftwareEventExtension.getParams(XesEvent event) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
XesCostExtension.getAmount(XesAttribute attribute)
Returns the amount of the given driver, that is, the value of the
attribute with key "cost:amount".
|
java.lang.String |
XesArtifactLifecycleExtension.getInstance(XesAttribute attribute) |
java.lang.String |
XesArtifactLifecycleExtension.getTransition(XesAttribute attribute) |
java.lang.String |
XesCostExtension.getType(XesAttribute attribute)
Returns the type of the given driver, that is, the value of the attribute
with key "cost:type".
|
java.lang.String |
XesSoftwareEventExtension.getValueType(XesAttribute attribute) |
XesRealNumberAttribute |
XesCostExtension.setAmount(XesAttribute attribute,
java.lang.Double value)
Sets the amount for the given driver, that is, the value of the attribute
with key "cost:amount".
|
XesStringAttribute |
XesArtifactLifecycleExtension.setInstance(XesAttribute attribute,
java.lang.String instance) |
XesStringAttribute |
XesArtifactLifecycleExtension.setTransition(XesAttribute attribute,
java.lang.String transition) |
XesStringAttribute |
XesCostExtension.setType(XesAttribute attribute,
java.lang.String value)
Sets the type for the given driver, that is, the value of the attribute
with key "cost:type".
|
XesStringAttribute |
XesSoftwareEventExtension.setValueType(XesAttribute attribute,
java.lang.String valueType) |
Modifier and Type | Method and Description |
---|---|
XesStringAttribute |
XesArtifactLifecycleExtension.addModel(java.util.List<XesAttribute> values,
java.lang.String modelValue) |
XesStringAttribute |
XesSoftwareEventExtension.addParamValue(java.util.List<XesAttribute> values,
java.lang.String paramValue) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XesAttribute> |
XesComponent.getAttributes() |
java.util.List<XesAttribute> |
XesExtension.getEventAttributes() |
java.util.List<XesAttribute> |
XesLog.getGlobalEventAttributes() |
java.util.List<XesAttribute> |
XesLog.getGlobalTraceAttributes() |
java.util.List<XesAttribute> |
XesComponent.getList(java.lang.String key)
Returns the value attributes of the List attribute with the given key.
|
java.util.List<XesAttribute> |
XesExtension.getLogAttributes() |
java.util.List<XesAttribute> |
XesExtension.getMetaAttributes() |
java.util.List<XesAttribute> |
XesExtension.getTraceAttributes() |
java.util.List<XesAttribute> |
XesComponent.setList(java.lang.String key,
java.util.List<XesAttribute> values)
Sets the values of a List attribute with the given key.
|
Modifier and Type | Method and Description |
---|---|
void |
XesExtension.addAlias(XesAttribute attribute,
java.lang.String mapping,
java.lang.String alias) |
void |
XesComponent.addAttribute(XesAttribute attribute)
Adds an attribute to the component.
|
void |
XesExtension.addEventAttribute(XesAttribute attribute)
Adds an event attribute to the extension.
|
void |
XesLog.addGlobalEventAttribute(XesAttribute attribute)
Adds an attribute as a global event attribute to the log.
|
void |
XesLog.addGlobalTraceAttribute(XesAttribute attribute)
Adds an attribute as a global trace attribute to the log.
|
void |
XesExtension.addLogAttribute(XesAttribute attribute)
Adds a log attribute to the extension.
|
void |
XesExtension.addMetaAttribute(XesAttribute attribute)
Adds a meta attribute to the extension.
|
void |
XesExtension.addTraceAttribute(XesAttribute attribute)
Adds a trace attribute to the extension.
|
java.lang.String |
XesExtension.getAlias(XesAttribute attribute,
java.lang.String mapping) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XesAttribute> |
XesComponent.setList(java.lang.String key,
java.util.List<XesAttribute> values)
Sets the values of a List attribute with the given key.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XesBooleanAttribute |
interface |
XesDateTimeAttribute |
interface |
XesIdAttribute |
interface |
XesIntegerNumberAttribute |
interface |
XesListAttribute |
interface |
XesRealNumberAttribute |
interface |
XesStringAttribute |
Modifier and Type | Method and Description |
---|---|
java.util.List<XesAttribute> |
XesListAttribute.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
XesListAttribute.addValue(XesAttribute value)
Adds a value to the list attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
XesListAttribute.setValues(java.util.List<XesAttribute> values)
Sets the values for the list attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
XesBooleanAttributeImpl |
class |
XesDateTimeAttributeImpl |
class |
XesIdAttributeImpl |
class |
XesIntegerNumberAttributeImpl |
class |
XesListAttributeImpl |
class |
XesRealNumberAttributeImpl |
class |
XesStringAttributeImpl |
Modifier and Type | Method and Description |
---|---|
java.util.List<XesAttribute> |
XesListAttributeImpl.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
XesListAttributeImpl.addValue(XesAttribute value) |
Modifier and Type | Method and Description |
---|---|
void |
XesListAttributeImpl.setValues(java.util.List<XesAttribute> values) |
Modifier and Type | Class and Description |
---|---|
class |
XesAttributeImpl |
Modifier and Type | Method and Description |
---|---|
java.util.List<XesAttribute> |
XesComponentImpl.getAttributes() |
java.util.List<XesAttribute> |
XesExtensionImpl.getEventAttributes() |
java.util.List<XesAttribute> |
XesLogImpl.getGlobalEventAttributes() |
java.util.List<XesAttribute> |
XesLogImpl.getGlobalTraceAttributes() |
java.util.List<XesAttribute> |
XesComponentImpl.getList(java.lang.String key) |
java.util.List<XesAttribute> |
XesExtensionImpl.getLogAttributes() |
java.util.List<XesAttribute> |
XesExtensionImpl.getMetaAttributes() |
java.util.List<XesAttribute> |
XesExtensionImpl.getTraceAttributes() |
java.util.List<XesAttribute> |
XesComponentImpl.setList(java.lang.String key,
java.util.List<XesAttribute> values) |
Modifier and Type | Method and Description |
---|---|
void |
XesExtensionImpl.addAlias(XesAttribute attribute,
java.lang.String mapping,
java.lang.String alias) |
void |
XesComponentImpl.addAttribute(XesAttribute attribute) |
void |
XesExtensionImpl.addEventAttribute(XesAttribute attribute) |
void |
XesLogImpl.addGlobalEventAttribute(XesAttribute attribute) |
void |
XesLogImpl.addGlobalTraceAttribute(XesAttribute attribute) |
void |
XesExtensionImpl.addLogAttribute(XesAttribute attribute) |
void |
XesExtensionImpl.addMetaAttribute(XesAttribute attribute) |
void |
XesExtensionImpl.addTraceAttribute(XesAttribute attribute) |
java.lang.String |
XesExtensionImpl.getAlias(XesAttribute attribute,
java.lang.String mapping) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
XesExtensionImpl.hasAttribute(java.util.List<XesAttribute> attributes,
java.lang.String key) |
java.util.List<XesAttribute> |
XesComponentImpl.setList(java.lang.String key,
java.util.List<XesAttribute> values) |
Constructor and Description |
---|
XesXmlIssueAttributeUnique(XesLog log,
java.util.List<XesAttribute> globals,
java.lang.String key) |