Serialized Form


Package org.deckfour.xes.extension

Class org.deckfour.xes.extension.XExtension extends Object implements Serializable

serialVersionUID: -677323212952951508L

Serialized Fields

name

String name
The name of the extension.


prefix

String prefix
Prefix string of the extension, used for addressing attributes.


uri

URI uri
Unique URI of the extension. This URI should point to the file defining the extension, and must be able to be resolved. Extension files should be accessible over the internet, e.g. stored on web servers.


allAttributes

HashSet<E> allAttributes
Set containing all attributes defined by this extension, on all possible levels of abstraction.


logAttributes

HashSet<E> logAttributes
Set containing all attributes defined by this extension on the level of logs.


traceAttributes

HashSet<E> traceAttributes
Set containing all attributes defined by this extension on the level of traces.


eventAttributes

HashSet<E> eventAttributes
Set containing all attributes defined by this extension on the level of events.


metaAttributes

HashSet<E> metaAttributes
Set containing all meta-attributes defined by this extension, i.e. on the level of attributes.


Package org.deckfour.xes.extension.std

Class org.deckfour.xes.extension.std.XConceptExtension extends XExtension implements Serializable

serialVersionUID: 6604751608301985546L

Serialization Methods

readResolve

private Object readResolve()

Class org.deckfour.xes.extension.std.XLifecycleExtension extends XExtension implements Serializable

serialVersionUID: 7368474477345685085L

Serialization Methods

readResolve

private Object readResolve()

Class org.deckfour.xes.extension.std.XOrganizationalExtension extends XExtension implements Serializable

serialVersionUID: -8578385457800103461L

Serialization Methods

readResolve

private Object readResolve()

Class org.deckfour.xes.extension.std.XSemanticExtension extends XExtension implements Serializable

serialVersionUID: -8755188345751379342L

Serialization Methods

readResolve

private Object readResolve()

Class org.deckfour.xes.extension.std.XTimeExtension extends XExtension implements Serializable

serialVersionUID: -3632061569016038500L

Serialization Methods

readResolve

private Object readResolve()

Package org.deckfour.xes.model.impl

Class org.deckfour.xes.model.impl.XAttributeMapImpl extends HashMap<String,XAttribute> implements Serializable

serialVersionUID: 2701256420845748051L

Class org.deckfour.xes.model.impl.XLogImpl extends ArrayList<XTrace> implements Serializable

serialVersionUID: -9192919845877466525L

Serialized Fields

attributes

XAttributeMap attributes
Map of attributes for this log.


extensions

Set<E> extensions
Extensions.


classifiers

List<E> classifiers
Classifiers.


globalTraceAttributes

List<E> globalTraceAttributes
Global trace attributes.


globalEventAttributes

List<E> globalEventAttributes
Global event attributes.

Class org.deckfour.xes.model.impl.XsDateTimeFormat extends Format implements Serializable

serialVersionUID: 3258131340871479609L

Class org.deckfour.xes.model.impl.XTraceImpl extends ArrayList<XEvent> implements Serializable

serialVersionUID: 843122019760036963L

Serialized Fields

attributes

XAttributeMap attributes
Map of attributes for this trace.