|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deckfour.xes.extension.XExtension
org.deckfour.xes.extension.std.XIdentityExtension
public class XIdentityExtension
Field Summary | |
---|---|
static XAttributeID |
ATTR_ID
Identity attribute prototype |
static URI |
EXTENSION_URI
Unique URI of this extension. |
static String |
KEY_ID
Key for the identity attribute. |
Fields inherited from class org.deckfour.xes.extension.XExtension |
---|
allAttributes, eventAttributes, logAttributes, metaAttributes, name, prefix, traceAttributes, uri |
Method Summary | |
---|---|
void |
assignID(XAttributable element,
XID id)
Assigns any log data hierarchy element its id, as defined by this extension's id attribute. |
XID |
extractID(XAttributable element)
Retrieves the id of a log data hierarchy element, if set by this extension's id attribute. |
static XIdentityExtension |
instance()
Provides access to the singleton instance. |
Methods inherited from class org.deckfour.xes.extension.XExtension |
---|
accept, equals, getDefinedAttributes, getEventAttributes, getLogAttributes, getMetaAttributes, getName, getPrefix, getTraceAttributes, getUri, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final URI EXTENSION_URI
public static final String KEY_ID
public static XAttributeID ATTR_ID
Method Detail |
---|
public static XIdentityExtension instance()
public XID extractID(XAttributable element)
element
- Log hierarchy element to extract name from.
public void assignID(XAttributable element, XID id)
element
- Log hierarchy element to assign id to.id
- The id to be assigned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |