|
||||||||||
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 |
XExtendedEvent.getID()
|
Uses of XID in org.deckfour.xes.factory |
---|
Methods in org.deckfour.xes.factory with parameters of type XID | |
---|---|
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(java.lang.String idString)
Parses an XID object from its text representation. |
static XID |
XID.read(java.io.DataInputStream dis)
Reads a binary-serialized XID from a data input stream. |
Methods in org.deckfour.xes.id with parameters of type XID | |
---|---|
static void |
XID.write(XID id,
java.io.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 |
Uses of XID in org.deckfour.xes.model.impl |
---|
Methods in org.deckfour.xes.model.impl that return XID | |
---|---|
XID |
XEventImpl.getID()
|
Methods in org.deckfour.xes.model.impl with parameters of type XID | |
---|---|
void |
XEventImpl.setID(XID id)
Sets the ID. |
Constructors in org.deckfour.xes.model.impl with parameters of type XID | |
---|---|
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 |