Package | Description |
---|---|
org.processmining.ocbc.log.inspector.panels | |
org.processmining.ocbc.log.model | |
org.processmining.ocbc.log.model.impl |
Modifier and Type | Method and Description |
---|---|
void |
AttributesHierarchyPanel.updateAttributePanelForReferenceRelation(XOCRRelation relation)
Update the attribute panel for a selected reference relation in the object model panel
|
Modifier and Type | Method and Description |
---|---|
XOCRRelation |
XOCEvent.getReferenceRelation(XOCObject object)
Get the reference relation connecting the event and the input object
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XOCRRelation> |
XOCEvent.getReferenceRelationList()
Get the list of reference relations of the event (e.g., used in the object model graph to refer to the corresponding cell of one reference relation)
|
java.util.List<XOCRRelation> |
XOCLog.getReferenceRelations() |
Modifier and Type | Method and Description |
---|---|
boolean |
XOCRRelation.compareReferenceRelation(XOCRRelation referenceRelation) |
Modifier and Type | Class and Description |
---|---|
class |
XOCRRelationImpl
Implementation for the XEvent interface.
|
Modifier and Type | Method and Description |
---|---|
XOCRRelation |
XOCEventImpl.getReferenceRelation(XOCObject object)
Get the reference relation connecting the event and the input object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XOCRRelation> |
XOCEventImpl.getReferenceRelationList()
Get the list of reference relations of the event (e.g., used in the object model graph to refer to the corresponding cell of one reference relation)
|
java.util.List<XOCRRelation> |
XOCLogImpl.getReferenceRelations() |
Modifier and Type | Method and Description |
---|---|
boolean |
XOCRRelationImpl.compareReferenceRelation(XOCRRelation referenceRelation) |