public class XesSemanticExtension extends XesExtensionImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MODELREFERENCE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModelReference(XesComponent component)
Returns the model reference of the given component, that is, the value of
the attribute with key "semantic:modelReference".
|
static XesSemanticExtension |
instance() |
XesStringAttribute |
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".
|
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 MODELREFERENCE
public static XesSemanticExtension instance()
public java.lang.String getModelReference(XesComponent component)
component
- The given log, trace, event, or attribute.public XesStringAttribute setModelReference(XesComponent component, java.lang.String value)
component
- The given log, trace, event, or attribute.value
- The model reference to set.