public class XesConceptExtension extends XesExtensionImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INSTANCE |
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstance(XesEvent event)
Returns the instance of the given event, that is, the value of the
attribute with key "concept:instance".
|
java.lang.String |
getName(XesEvent event)
Returns the name of the given event, that is, the value of the attribute
with key "concept:name".
|
java.lang.String |
getName(XesLog log)
Returns the name of the given log, that is, the value of the attribute
with key "concept:name".
|
java.lang.String |
getName(XesTrace trace)
Returns the name of the given trace, that is, the value of the attribute
with key "concept:name".
|
static XesConceptExtension |
instance() |
XesStringAttribute |
setInstance(XesEvent event,
java.lang.String value)
Sets the instance for the given event, that is, the value of the
attribute with key "concept:instance".
|
XesStringAttribute |
setName(XesEvent event,
java.lang.String value)
Sets the name for the given event, that is, the value of the attribute
with key "concept:name".
|
XesStringAttribute |
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".
|
XesStringAttribute |
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".
|
addAlias, addEventAttribute, addLogAttribute, addMetaAttribute, addTraceAttribute, getAlias, getEventAttributes, getLogAttributes, getMetaAttributes, getName, getPrefix, getTraceAttributes, getURI, hasAttribute, hasEventAttribute, hasLogAttribute, hasMetaAttribute, hasTraceAttribute, setName, setPrefix, setURI, toString
public static final java.lang.String NAME
public static final java.lang.String INSTANCE
public static XesConceptExtension instance()
public java.lang.String getName(XesLog log)
log
- The given log.public XesStringAttribute setName(XesLog log, java.lang.String value)
log
- The given log.value
- The name to set.public java.lang.String getName(XesTrace trace)
trace
- The given trace.public XesStringAttribute setName(XesTrace trace, java.lang.String value)
trace
- The given trace.value
- The name to set.public java.lang.String getName(XesEvent event)
event
- The given event.public XesStringAttribute setName(XesEvent event, java.lang.String value)
event
- The given event.value
- The name to set.public java.lang.String getInstance(XesEvent event)
event
- The given event.public XesStringAttribute setInstance(XesEvent event, java.lang.String value)
event
- The given event.value
- The instance to set.