Package | Description |
---|---|
org.processmining.ocbc.log.model | |
org.processmining.ocbc.log.model.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
XAttribute
This interface defines attributes used for describing
meta-information about event log hierarchy elements.
|
interface |
XAttributeBoolean
Attribute with boolean type value.
|
interface |
XAttributeCollection |
interface |
XAttributeContainer |
interface |
XAttributeContinuous
Attribute with continuous type value (i.e., double-precision
floating point).
|
interface |
XAttributeDiscrete
Attribute with discrete type value (i.e., long-precision
integer).
|
interface |
XAttributeID |
interface |
XAttributeList |
interface |
XAttributeLiteral
Attribute with literal type value (i.e., string-based).
|
interface |
XAttributeTimestamp
Attribute with timestamp type value.
|
interface |
XOCClass |
interface |
XOCCRelation
An event is an element of an XES event log structure.
|
interface |
XOCElement
This interface is implemented by all elements of an event log structure.
|
interface |
XOCEvent
An event is an element of an XES event log structure.
|
interface |
XOCLog
A log is an element of an XES event log structure.
|
interface |
XOCObject
An event is an element of an XES event log structure.
|
interface |
XOCObjectModel
A trace is an element of an XES event log structure.
|
interface |
XOCORelation
An event is an element of an XES event log structure.
|
interface |
XOCRRelation
An event is an element of an XES event log structure.
|
Modifier and Type | Method and Description |
---|---|
void |
XAttribute.accept(XVisitor visitor,
XAttributable attributable) |
void |
XVisitor.visitAttributePost(XAttribute attr,
XAttributable parent) |
void |
XVisitor.visitAttributePre(XAttribute attr,
XAttributable parent) |
Modifier and Type | Class and Description |
---|---|
class |
XAttributeBooleanImpl
This class implements boolean type attributes.
|
class |
XAttributeCollectionImpl |
class |
XAttributeContainerImpl |
class |
XAttributeContinuousImpl
This class implements continuous type attributes.
|
class |
XAttributeDiscreteImpl
This class implements discrete type attributes.
|
class |
XAttributeIDImpl |
class |
XAttributeImpl
This class implements the abstract base class for strongly-typed attributes.
|
class |
XAttributeListImpl |
class |
XAttributeLiteralImpl
This class implements literal type attributes.
|
class |
XAttributeTimestampImpl
This class implements timestamp type attributes.
|
class |
XOCClassImpl |
class |
XOCCRelationImpl
Implementation for the XEvent interface.
|
class |
XOCEventImpl
Implementation for the XEvent interface.
|
class |
XOCLogImpl
Implementation for the XLog interface.
|
class |
XOCObjectImpl
Implementation for object interface.
|
class |
XOCObjectModelImpl
Memory-based implementation for the XTrace interface.
|
class |
XOCORelationImpl
Implementation for the XEvent interface.
|
class |
XOCRRelationImpl
Implementation for the XEvent interface.
|
Modifier and Type | Method and Description |
---|---|
void |
XAttributeBooleanImpl.accept(XVisitor visitor,
XAttributable attributable) |
void |
XAttributeContinuousImpl.accept(XVisitor visitor,
XAttributable attributable) |
void |
XAttributeDiscreteImpl.accept(XVisitor visitor,
XAttributable attributable) |
void |
XAttributeIDImpl.accept(XVisitor visitor,
XAttributable attributable) |
void |
XAttributeLiteralImpl.accept(XVisitor visitor,
XAttributable attributable) |
void |
XAttributeTimestampImpl.accept(XVisitor visitor,
XAttributable attributable) |