All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| NikeFS2Block |
This class implements the abstraction of a storage block for the
NikeFS2 virtual file systems.
|
| NikeFS2BlockProvider |
This class implements a block provider for the NikeFS2 virtual
file system.
|
| NikeFS2FileAccessMonitor |
|
| NikeFS2LazyRandomAccessStorageImpl |
Lazy implementation of the random access storage in NikeFS2: Blocks are
copied as late as possible (soft copies), while retaining soft links
otherwise.
|
| NikeFS2RandomAccessStorage |
This interface specifies a random acess data storage container,
pretty much the same as java.util.RandomAccessFile.
|
| NikeFS2RandomAccessStorageImpl |
Implements the Random Access Storage interface for using
the NikeFS2 virtual file system transparently to the
application and user.
|
| NikeFS2StorageProvider |
Simplistic interface for a central authority, from which
random access storage entities can be allocated / created.
|
| NikeFS2SwapFileManager |
This class provides static facilities to acquire and manage temporary swap files.
|
| NikeFS2VirtualFileSystem |
Virtual file system authority, managing swap files and virtual file
abstractions.
|
| XAbstractAttributeMapBufferedImpl |
NikeFS2 virtual file system storage-based implementation for
the XAttributeMap interface.
|
| XAbstractNestedAttributeSupport<Type> |
This class offers generic support for extracting and assigning values to and
from nested attributes.
|
| XArtifactLifecycleExtension |
|
| XAttributable |
This interface is implemented by all elements of the log hierarchy, which can
be equipped with attributes.
|
| XAttribute |
This interface defines attributes used for describing
meta-information about event log hierarchy elements.
|
| XAttributeBoolean |
Attribute with boolean type value.
|
| XAttributeBooleanImpl |
This class implements boolean type attributes.
|
| XAttributeCollection |
|
| XAttributeCollectionImpl |
|
| XAttributeContainer |
|
| XAttributeContainerImpl |
|
| XAttributeContinuous |
Attribute with continuous type value (i.e., double-precision
floating point).
|
| XAttributeContinuousImpl |
This class implements continuous type attributes.
|
| XAttributeConverter |
XStream converter for serializing attributes.
|
| XAttributeDiscrete |
Attribute with discrete type value (i.e., long-precision
integer).
|
| XAttributeDiscreteImpl |
This class implements discrete type attributes.
|
| XAttributeID |
|
| XAttributeIDImpl |
|
| XAttributeImpl |
This class implements the abstract base class for strongly-typed attributes.
|
| XAttributeInfo |
This interface defines an attribute information registry.
|
| XAttributeInfoImpl |
This class provides aggregate information about attributes
within one container in the log type hierarchy.
|
| XAttributeList |
|
| XAttributeListImpl |
|
| XAttributeLiteral |
Attribute with literal type value (i.e., string-based).
|
| XAttributeLiteralImpl |
This class implements literal type attributes.
|
| XAttributeMap |
An attribute map is used to hold a set of attributes, indexed
by their key strings, for event log hierarchy elements.
|
| XAttributeMapBufferedImpl |
NikeFS2 virtual file system storage-based implementation for
the XAttributeMap interface.
|
| XAttributeMapConverter |
XStream converter for serializing attribute maps.
|
| XAttributeMapImpl |
Memory-based implementation of the XAttributeMap interface.
|
| XAttributeMapLazyImpl<T extends XAttributeMap> |
Lazy implementation of the XAttributeMap interface.
|
| XAttributeMapSerializer |
This interface defines binary serialization of XAttributeMap
instances, based on the DataInput and DataOutput interfaces.
|
| XAttributeMapSerializerImpl |
This class provides binary serialization of XAttributeMap instances, based on
the DataInput and DataOutput interfaces.
|
| XAttributeNameMap |
|
| XAttributeNameMapImpl |
Implements an attribute name mapping.
|
| XAttributeTimestamp |
Attribute with timestamp type value.
|
| XAttributeTimestampImpl |
This class implements timestamp type attributes.
|
| XAttributeUtils |
Utilities for working with attributes.
|
| XConceptExtension |
This extension provides naming for concepts in the event log type hierarchy.
|
| XConverter |
Extends the converter interface of XStream with
a method for registering aliases.
|
| XCostAmount |
|
| XCostDriver |
|
| XCostExtension |
This extension provides costs for traces and events.
|
| XCostType |
|
| XElement |
This interface is implemented by all elements of an event log structure.
|
| XesXmlGZIPParser |
Parser for the compressed XES XML serialization.
|
| XesXmlGZIPSerializer |
XES compressed XML serialization for the XES format.
|
| XesXmlParser |
Parser for the XES XML serialization.
|
| XesXmlSerializer |
XES plain XML serialization for the XES format.
|
| XesXStreamPersistency |
Global static class for registering all XES XStream converters in a
convenient method.
|
| XEvent |
An event is an element of an XES event log structure.
|
| XEventAndClassifier |
Composite event classifier, which can hold any number of lower-level
classifiers, concatenated with boolean AND logic.
|
| XEventAttributeClassifier |
Event classifier which considers two events as equal, if, for a set of given
(configurable) attributes, they have the same values.
|
| XEventClass |
Implements an event class.
|
| XEventClasses |
A set of event classes.
|
| XEventClassifier |
This interface defines a classification of events.
|
| XEventConverter |
XStream converter for serializing events.
|
| XEventImpl |
Implementation for the XEvent interface.
|
| XEventLifeTransClassifier |
Implements an event classifier based on the lifecycle
transition attribute of events.
|
| XEventNameClassifier |
Implements an event classifier based on the
activity name of events.
|
| XEventResourceClassifier |
Implements an event classifier based on the resource
name attribute of events.
|
| XExtendedEvent |
Helper class.
|
| XExtension |
This class defines and implements extensions to the basic log meta-model.
|
| XExtensionConverter |
XStream converter for serializing extensions.
|
| XExtensionManager |
The extension manager is used to access, store, and manage extensions in a
system.
|
| XExtensionParser |
Parser for extension definition files.
|
| XFactory |
Factory interface, providing factory methods for creating all element classes
of the XES model type hierarchy.
|
| XFactoryBufferedImpl |
This factory will create buffered implementations of
all model hierarchy elements wherever possible, i.e.,
the latest optimizations available in OpenXES will be
employed.
|
| XFactoryNaiveImpl |
This factory will create the naive implementations of
all model hierarchy elements, i.e., no buffering or
further optimizations will be employed.
|
| XFactoryRegistry |
XModelFactoryRegistry is the most important integration point for external
contributors, aside from the extension infrastructure.
|
| XFastEventList |
Implements a fast list of events stored in disk buffers, by using the means
of the NikeFS2 virtual file system for event logs.
|
| XGlobalAttributeNameMap |
This singleton class implements a global attribute name
mapping facility and can manage a number of attribute name
mappings.
|
| XID |
Implements a unique ID based on UUID.
|
| XIdentityExtension |
|
| XIDFactory |
This class is a factory for unique identifiers, as they
are used throughout the XES model for element identification.
|
| XLifecycleExtension |
Extension defining additional attributes for the event lifecycle.
|
| XLifecycleExtension.StandardModel |
Enumeration for the standard lifecycle model.
|
| XLog |
A log is an element of an XES event log structure.
|
| XLogConverter |
XStream converter for serializing logs.
|
| XLogging |
This class provides low-level logging for library
components.
|
| XLogging.Importance |
Defines the importance of logging messages.
|
| XLoggingListener |
This interface defines listener methods for receiving
internal OpenXES log events.
|
| XLogImpl |
Implementation for the XLog interface.
|
| XLogInfo |
This interface defines a bare-bones log summary.
|
| XLogInfoFactory |
Factory for deriving log info summaries from logs.
|
| XLogInfoImpl |
This class implements a bare-bones log info summary which can
be created on demand by using applications.
|
| XMicroExtension |
|
| XMxmlGZIPParser |
Parser for the compressed MXML format for event logs (deprecated).
|
| XMxmlGZIPSerializer |
Compressed MXML serialization for XES data (legacy
implementation).
|
| XMxmlParser |
Parser for the MXML format for event logs (deprecated).
|
| XMxmlSerializer |
MXML serialization for XES data (legacy implementation).
|
| XOrganizationalExtension |
This extension adds the organizational perspective to event logs.
|
| XParser |
This abstract class describes a parser for reading
XES models from a given input stream.
|
| XParserRegistry |
System-wide registry for XES parser implementations.
|
| XRegistry<T> |
Template implementation for a generic registry.
|
| XRuntimeUtils |
This class provides runtime utilities for library components.
|
| XRuntimeUtils.OS |
Enum for defining host platforms.
|
| XsDateTimeConversion |
This class serves as a provider for static xs:dateTime-related manipulation
and parsing methods.
|
| XsDateTimeConversionJava7 |
Provides a faster conversion of DateTime for XES serialization using the new
parse patterns of the SimpleDateFormat class in Java 7
|
| XsDateTimeFormat |
An instance of java.text.Format, which may be used to parse and format
xs:dateTime values.
|
| XSemanticExtension |
This extension adds semantic attributes to event log objects.
|
| XSequentialEventBuffer |
This class provides a random-access interface to a sequential set of events.
|
| XSerializer |
This interfaces defines the capabilities of a serialization for
the XES format, into a given representation.
|
| XSerializerRegistry |
System-wide registry for XES serializer implementations.
|
| XSoftwareCommunicationExtension |
|
| XSoftwareEventExtension |
|
| XSoftwareEventExtension.SoftwareEventType |
Possible software event types
|
| XSoftwareTelemetryExtension |
|
| XStdoutLoggingListener |
Default STDOUT logging listener.
|
| XTimeBounds |
|
| XTimeBoundsImpl |
This class implements timestamp boundaries, which can be
used to describe the temporal extent of a log, or of a
contained trace.
|
| XTimeExtension |
This extension defines the Time perspective on event logs.
|
| XTimer |
This class implements a simple timer that can
be used to quickly profile the speed of operations
within library components.
|
| XTokenHelper |
|
| XTrace |
A trace is an element of an XES event log structure.
|
| XTraceBufferedImpl |
Soft-buffered implementation of the XTrace interface.
|
| XTraceConverter |
XStream converter for serializing traces.
|
| XTraceImpl |
Memory-based implementation for the XTrace interface.
|
| XTraceIterator |
This class implements an iterator over the buffered implementation for the
XTrace interface.
|
| XUniversalParser |
This class implements a universal parser, using the parser
registry to find an appropriate parser for extracting an
XES model from any given file.
|
| XVisitor |
|