Package | Description |
---|---|
org.xesstandard.extensions | |
org.xesstandard.factory | |
org.xesstandard.factory.impl | |
org.xesstandard.model.impl | |
org.xesstandard.xml | |
org.xesstandard.xml.issues |
Modifier and Type | Method and Description |
---|---|
boolean |
XesSoftwareEventExtension.getHasData(XesLog log) |
boolean |
XesSoftwareEventExtension.getHasException(XesLog log) |
XesLifecycleModel |
XesLifecycleExtension.getModel(XesLog log)
Returns the lifecycle model for the given log, that is, the value of the
attribute with key "lifecycle:model".
|
java.lang.String |
XesConceptExtension.getName(XesLog log)
Returns the name of the given log, that is, the value of the attribute
with key "concept:name".
|
XesBooleanAttribute |
XesSoftwareEventExtension.setHasData(XesLog log,
boolean hasData) |
XesBooleanAttribute |
XesSoftwareEventExtension.setHasException(XesLog log,
boolean hasException) |
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".
|
XesStringAttribute |
XesConceptExtension.setName(XesLog log,
java.lang.String value)
Sets the name for the given log, that is, the value of the attribute with
key "concept:name".
|
Modifier and Type | Method and Description |
---|---|
XesLog |
XesFactory.createLog() |
Modifier and Type | Method and Description |
---|---|
XesLog |
XesFactoryImpl.createLog() |
Modifier and Type | Class and Description |
---|---|
class |
XesLogImpl |
Modifier and Type | Method and Description |
---|---|
XesLog |
XesXmlHandler.getLog() |
XesLog |
XesXmlParserConforming.parse(java.io.File file) |
XesLog |
XesXmlParserLenient.parse(java.io.File file) |
XesLog |
XesXmlParserStrictlyConforming.parse(java.io.File file) |
XesLog |
XesAbstractXmlParser.parse(java.io.InputStream is) |
XesLog |
XesXmlParser.parse(java.io.InputStream input)
Parses the given input for a XES log.
|
Modifier and Type | Method and Description |
---|---|
void |
XesXmlWriter.write(XesLog log,
java.io.OutputStream output) |
void |
XesXmlWriterStax.write(XesLog log,
java.io.OutputStream output) |
Constructor and Description |
---|
XesXmlIssueAttributeRequired(XesLog log,
java.lang.String attribute) |
XesXmlIssueAttributeUnique(XesLog log,
java.util.List<XesAttribute> globals,
java.lang.String key) |
XesXmlIssueAttributeValueDecimal(XesLog log,
java.lang.String key,
java.lang.String value) |
XesXmlIssueLogRoot(XesLog log) |
XesXmlIssueNoNestedAttribute(XesLog log) |
XesXmlIssueStrictlyConformingAttribute(XesLog log,
java.lang.String tag) |