Package | Description |
---|---|
com.raffaeleconforti.foreignkeydiscovery.conceptualmodels |
Modifier and Type | Method and Description |
---|---|
Relationship |
ConceptualModel.getRelationship(Entity id1,
Entity id2) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Relationship> |
ConceptualModel.getEdges() |
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<Entity,Relationship> |
ConceptualModel.getEmptyClone() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
ConceptualModel.addRelationship(Relationship r) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> |
ConceptualModel.cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<Entity,Relationship> graph) |