Serialized Form


Package org.deckfour.xes.extension

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

serialVersionUID: -677323212952951508L

Serialized Fields

name

java.lang.String name
The name of the extension.


prefix

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


uri

java.net.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

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


logAttributes

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


traceAttributes

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


eventAttributes

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


metaAttributes

java.util.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 java.lang.Object readResolve()

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

serialVersionUID: 7368474477345685085L

Serialization Methods

readResolve

private java.lang.Object readResolve()

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

serialVersionUID: -8578385457800103461L

Serialization Methods

readResolve

private java.lang.Object readResolve()

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

serialVersionUID: -8755188345751379342L

Serialization Methods

readResolve

private java.lang.Object readResolve()

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

serialVersionUID: -3632061569016038500L

Serialization Methods

readResolve

private java.lang.Object readResolve()

Package org.deckfour.xes.model.impl

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

serialVersionUID: 2701256420845748051L

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

serialVersionUID: -9192919845877466525L

Serialized Fields

attributes

XAttributeMap attributes
Map of attributes for this log.


extensions

java.util.Set<E> extensions
Extensions.


classifiers

java.util.List<E> classifiers
Classifiers.


globalTraceAttributes

java.util.List<E> globalTraceAttributes
Global trace attributes.


globalEventAttributes

java.util.List<E> globalEventAttributes
Global event attributes.

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

serialVersionUID: 3258131340871479609L

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

serialVersionUID: 843122019760036963L

Serialized Fields

attributes

XAttributeMap attributes
Map of attributes for this trace.