Package | Description |
---|---|
org.processmining.ocbc.log.factory | |
org.processmining.ocbc.log.model | |
org.processmining.ocbc.log.model.impl |
Modifier and Type | Method and Description |
---|---|
XAttributeMap |
XFactory.createAttributeMap()
Creates a new XES attribute map (Factory method).
|
XAttributeMap |
XFactoryNaiveImpl.createAttributeMap() |
Modifier and Type | Method and Description |
---|---|
XOCEvent |
XFactory.createEvent(XAttributeMap attributes)
Creates a new XES event instance (Factory method).
|
XOCEvent |
XFactoryNaiveImpl.createEvent(XAttributeMap attributes) |
XOCEvent |
XFactory.createEvent(XID id,
XAttributeMap attributes)
Creates a new XES event instance (Factory method).
|
XOCEvent |
XFactoryNaiveImpl.createEvent(XID id,
XAttributeMap attributes) |
XOCLog |
XFactory.createLog(XAttributeMap attributes)
Creates a new XES log instance (Factory method).
|
XOCLog |
XFactoryNaiveImpl.createLog(XAttributeMap attributes) |
Modifier and Type | Method and Description |
---|---|
XAttributeMap |
XOCObject.createUpdatedAttributeMap(XOCEvent event)
create the updated attribute map through comparing values of the input event with values of its previous event;
|
XAttributeMap |
XAttributable.getAttributes()
Retrieves the attributes set for this element.
|
XAttributeMap |
XOCClass.getAttributes() |
XAttributeMap |
XOCEvent.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
XAttributable.setAttributes(XAttributeMap attributes)
Sets the map of attributes for this element.
|
void |
XOCClass.setAttributes(XAttributeMap attributes) |
void |
XOCEvent.setAttributes(XAttributeMap attributes) |
Modifier and Type | Class and Description |
---|---|
class |
XAttributeMapLazyImpl<T extends XAttributeMap>
Lazy implementation of the XAttributeMap interface.
|
Modifier and Type | Class and Description |
---|---|
class |
XAttributeMapImpl
Memory-based implementation of the XAttributeMap interface.
|
class |
XAttributeMapLazyImpl<T extends XAttributeMap>
Lazy implementation of the XAttributeMap interface.
|
Modifier and Type | Method and Description |
---|---|
XAttributeMap |
XOCObjectImpl.createUpdatedAttributeMap(XOCEvent event)
create the updated attribute map through comparing values of the input event with values of its previous event;
|
XAttributeMap |
XAttributeImpl.getAttributes() |
XAttributeMap |
XOCCRelationImpl.getAttributes() |
XAttributeMap |
XOCClassImpl.getAttributes() |
XAttributeMap |
XOCEventImpl.getAttributes() |
XAttributeMap |
XOCLogImpl.getAttributes() |
XAttributeMap |
XOCORelationImpl.getAttributes() |
XAttributeMap |
XOCObjectImpl.getAttributes() |
XAttributeMap |
XOCObjectModelImpl.getAttributes() |
XAttributeMap |
XOCRRelationImpl.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
XAttributeImpl.setAttributes(XAttributeMap attributes) |
void |
XOCCRelationImpl.setAttributes(XAttributeMap attributes) |
void |
XOCClassImpl.setAttributes(XAttributeMap attributes) |
void |
XOCEventImpl.setAttributes(XAttributeMap attributes) |
void |
XOCLogImpl.setAttributes(XAttributeMap attributes) |
void |
XOCORelationImpl.setAttributes(XAttributeMap attributes) |
void |
XOCObjectImpl.setAttributes(XAttributeMap attributes) |
void |
XOCObjectModelImpl.setAttributes(XAttributeMap attributes) |
void |
XOCRRelationImpl.setAttributes(XAttributeMap attributes) |
Constructor and Description |
---|
XOCClassImpl(XAttributeMap attributes) |
XOCClassImpl(XID ID,
XAttributeMap attributes) |
XOCClassImpl(XID ID,
XAttributeMap attributes,
java.lang.String className) |
XOCCRelationImpl(XID ID,
XAttributeMap attributes,
java.lang.String relationType,
XOCClass sourceClass,
XOCClass targetClass) |
XOCEventImpl(XID ID,
XAttributeMap attributes)
Creates a new event with the given id and attributed
|
XOCEventImpl(XID ID,
XAttributeMap attributes,
java.lang.String activity,
int orderNum,
java.util.List<XOCObject> relatedObjects,
XOCObjectModel objectModel) |
XOCLogImpl(XAttributeMap attributeMap) |
XOCObjectImpl(XAttributeMap attributes)
Creates a new event.
|
XOCObjectImpl(XID ID,
java.lang.String name,
XAttributeMap attributes,
XOCClass Class) |
XOCObjectImpl(XID ID,
XAttributeMap attributes)
Creates a new event with the given id and attributed
|
XOCObjectModelImpl(java.util.List<XOCObject> objectSet,
java.util.List<XOCORelation> objectRelationSet,
XAttributeMap attributes) |
XOCORelationImpl(XID ID,
XAttributeMap attributes,
java.lang.String relationType,
XOCObject sourceObject,
XOCObject targetObject) |
XOCRRelationImpl(XID ID,
XAttributeMap attributes,
java.lang.String relationType,
XOCEvent sourceEvent,
XOCObject targetObject) |