Package | Description |
---|---|
org.processmining.ocbc.models | |
org.processmining.ocbc.models.impl |
Modifier and Type | Method and Description |
---|---|
CrelOCEdge |
OCBCModel.getCrelOCRelationByActivityEdgeAndClass(java.lang.String activityEdgeId,
java.lang.String ClassId)
returns the crel oc relaton with the activity edge and class
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CrelOCEdge> |
OCBCModel.getAllCrelOCRelations()
returns the set of all crelOC relations in the model
|
java.util.List<CrelOCEdge> |
ActivityEdge.getRelatedCrelOCRelations()
returns the set of the creloc relations of a activity relation
|
Modifier and Type | Method and Description |
---|---|
void |
OCBCModel.setAllCrelOCRelations(java.util.List<CrelOCEdge> allCrelOCRelations)
sets the set of all crelOC relations in the model
|
void |
ClassNode.setRelatedCrelOCEdges(java.util.List<CrelOCEdge> relatedCrelOCEdges)
set the set of related creloc relations
|
void |
ActivityEdge.setRelatedCrelOCRelations(java.util.List<CrelOCEdge> relatedCrelOCRelations)
set the set of the creloc relations of a activity relation
|
Modifier and Type | Class and Description |
---|---|
class |
CrelOCEdgeImpl |
Modifier and Type | Method and Description |
---|---|
CrelOCEdge |
OCBCModelImpl.getCrelOCRelationByActivityEdgeAndClass(java.lang.String activityEdgeIdInput,
java.lang.String ClassIdInput)
returns the crel oc relaton with the activity edge and class
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CrelOCEdge> |
OCBCModelImpl.getAllCrelOCRelations() |
java.util.List<CrelOCEdge> |
ActivityEdgeImpl.getRelatedCrelOCRelations() |
Modifier and Type | Method and Description |
---|---|
void |
OCBCModelImpl.setAllCrelOCRelations(java.util.List<CrelOCEdge> allCrelOCRelations) |
void |
ClassNodeImpl.setRelatedCrelOCEdges(java.util.List<CrelOCEdge> relatedCrelOCEdges) |
void |
ActivityEdgeImpl.setRelatedCrelOCRelations(java.util.List<CrelOCEdge> relatedCrelOCRelations) |
Constructor and Description |
---|
ActivityEdgeImpl(java.lang.String name,
ActivityNode referenceNode,
ActivityNode targetNode,
java.lang.String cardinalityType,
java.util.List<CrelRTEdge> relatedCrelRTRelations,
java.util.List<CrelOCEdge> relatedCrelOCRelations,
Cardinality beforeCardinality,
Cardinality afterCardinality) |
ClassNodeImpl(java.lang.String name,
java.util.List<ClassNode> relatedClassNodes,
java.util.List<ActivityNode> relatedActivityNodes,
java.util.List<ClassEdge> relatedClassEdges,
java.util.List<AOCEdge> relatedAOCEdges,
java.util.List<CrelOCEdge> relatedCrelOCEdges) |
OCBCModelImpl(java.lang.String name,
org.jgraph.JGraph graph,
java.util.List<MyOriginalCell> graphCells,
java.util.List<ClassNode> allClasses,
java.util.List<ActivityNode> allActivities,
java.util.List<ClassEdge> allClassRelations,
java.util.List<ActivityEdge> allActivityRelations,
java.util.List<AOCEdge> allAOCRelations,
java.util.List<CrelOCEdge> allCrelOCRelations,
java.util.List<CrelRTEdge> allCrelRTRelations) |