|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XID | |
---|---|
org.deckfour.xes.extension.std | |
org.deckfour.xes.factory | |
org.deckfour.xes.id | |
org.deckfour.xes.model | |
org.deckfour.xes.model.impl |
Uses of XID in org.deckfour.xes.extension.std |
---|
Methods in org.deckfour.xes.extension.std that return XID | |
---|---|
XID |
XIdentityExtension.extractID(XAttributable element)
Retrieves the id of a log data hierarchy element, if set by this extension's id attribute. |
XID |
XExtendedEvent.getID()
|
Methods in org.deckfour.xes.extension.std with parameters of type XID | |
---|---|
void |
XIdentityExtension.assignID(XAttributable element,
XID id)
Assigns any log data hierarchy element its id, as defined by this extension's id attribute. |
Uses of XID in org.deckfour.xes.factory |
---|
Methods in org.deckfour.xes.factory with parameters of type XID | |
---|---|
XAttributeID |
XFactory.createAttributeID(String key,
XID value,
XExtension extension)
Creates a new XES attribute with id type (Factory method). |
XAttributeID |
XFactoryNaiveImpl.createAttributeID(String key,
XID value,
XExtension extension)
|
XEvent |
XFactory.createEvent(XID id,
XAttributeMap attributes)
Creates a new XES event instance (Factory method). |
XEvent |
XFactoryNaiveImpl.createEvent(XID id,
XAttributeMap attributes)
|
Uses of XID in org.deckfour.xes.id |
---|
Methods in org.deckfour.xes.id that return XID | |
---|---|
XID |
XIDFactory.createId()
Creates a new, unique ID. |
static XID |
XID.parse(String idString)
Parses an XID object from its text representation. |
static XID |
XID.read(DataInput in)
Reads a binary-serialized XID from a data input. |
static XID |
XID.read(DataInputStream dis)
Reads a binary-serialized XID from a data input stream. |
Methods in org.deckfour.xes.id with parameters of type XID | |
---|---|
int |
XID.compareTo(XID o)
|
static void |
XID.write(XID id,
DataOutput out)
Serializes an XID object binarily to a data output stream. |
static void |
XID.write(XID id,
DataOutputStream dos)
Serializes an XID object binarily to a data output stream. |
Uses of XID in org.deckfour.xes.model |
---|
Methods in org.deckfour.xes.model that return XID | |
---|---|
XID |
XEvent.getID()
Returns the id of the event |
XID |
XAttributeID.getValue()
Retrieves the ID value of this attribute. |
Methods in org.deckfour.xes.model with parameters of type XID | |
---|---|
void |
XAttributeID.setValue(XID value)
Assigns the ID value of this attribute. |
Uses of XID in org.deckfour.xes.model.impl |
---|
Methods in org.deckfour.xes.model.impl that return XID | |
---|---|
XID |
XEventImpl.getID()
|
XID |
XAttributeIDImpl.getValue()
|
Methods in org.deckfour.xes.model.impl with parameters of type XID | |
---|---|
void |
XEventImpl.setID(XID id)
Sets the ID. |
void |
XAttributeIDImpl.setValue(XID value)
|
Constructors in org.deckfour.xes.model.impl with parameters of type XID | |
---|---|
XAttributeIDImpl(String key,
XID value)
Creates a new instance. |
|
XAttributeIDImpl(String key,
XID value,
XExtension extension)
Creates a new instance. |
|
XEventImpl(XID id)
Creates a new event with a given ID. |
|
XEventImpl(XID id,
XAttributeMap attributes)
Creates a new event with the given id and attributed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |