Package | Description |
---|---|
org.xesstandard.extensions | |
org.xesstandard.factory | |
org.xesstandard.factory.impl | |
org.xesstandard.model | |
org.xesstandard.model.impl | |
org.xesstandard.xml.issues |
Modifier and Type | Method and Description |
---|---|
java.util.List<XesEvent> |
XesMicroExtension.getChildEvents(XesEvent event,
XesTrace trace)
Return the list of child events of the given event in the given trace.
|
java.lang.String |
XesCostExtension.getCurrency(XesTrace trace)
Returns the currency of the given trace, that is, the value of the
attribute with key "cost:currency".
|
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.lang.String |
XesConceptExtension.getName(XesTrace trace)
Returns the name of the given trace, that is, the value of the attribute
with key "concept:name".
|
java.lang.Double |
XesCostExtension.getTotal(XesTrace trace)
Returns the total costs of the given trace, that is, the value of the
attribute with key "cost:total".
|
XesStringAttribute |
XesCostExtension.setCurrency(XesTrace trace,
java.lang.String value)
Sets the currency for the given trace, that is, the value of the
attribute with key "cost:currency".
|
XesListAttribute |
XesCostExtension.setDrivers(XesTrace trace)
Initializes the drivers for the given trace, that is, the value of the attribute
with key "cost:drivers".
|
void |
XesMicroExtension.setLevelsAndLengths(XesTrace trace)
Derives the levels and lengths for the events in the given trace from
their parent ids.
|
XesStringAttribute |
XesConceptExtension.setName(XesTrace trace,
java.lang.String value)
Sets the name for the given trace, that is, the value of the attribute
with key "concept:name".
|
XesRealNumberAttribute |
XesCostExtension.setTotal(XesTrace trace,
java.lang.Double value)
Sets the total costs for the given trace, that is, the value of the
attribute with key "cost:total".
|
Modifier and Type | Method and Description |
---|---|
XesTrace |
XesFactory.createTrace() |
Modifier and Type | Method and Description |
---|---|
XesTrace |
XesFactoryImpl.createTrace() |
Modifier and Type | Method and Description |
---|---|
java.util.List<XesTrace> |
XesLog.getTraces() |
Modifier and Type | Method and Description |
---|---|
void |
XesLog.addTrace(XesTrace trace)
Adds a trace to the log.
|
Modifier and Type | Class and Description |
---|---|
class |
XesTraceImpl |
Modifier and Type | Method and Description |
---|---|
java.util.List<XesTrace> |
XesLogImpl.getTraces() |
Modifier and Type | Method and Description |
---|---|
void |
XesLogImpl.addTrace(XesTrace trace) |
Constructor and Description |
---|
XesXmlIssueAttributeGlobal(XesTrace trace,
XesAttribute attribute) |
XesXmlIssueAttributeRequired(XesTrace trace,
java.lang.String attribute) |
XesXmlIssueAttributeType(XesTrace trace,
XesAttribute attribute) |
XesXmlIssueOutOfPlace(XesTrace trace) |
XesXmlIssueParent(XesTrace trace,
XesComponent parent) |
XesXmlIssueStrictlyConformingAttribute(XesTrace trace,
java.lang.String tag) |
Constructor and Description |
---|
XesXmlIssueOutOfPlace(XesAttribute attribute,
java.util.List<XesTrace> traces,
java.util.List<XesEvent> events) |