Package | Description |
---|---|
org.processmining.models.jgraph | |
org.processmining.models.jgraph.elements |
Modifier and Type | Method and Description |
---|---|
ProMGraphModel |
ModelOwner.getModel() |
ProMGraphModel |
ProMGraphModel.getModel() |
ProMGraphModel |
ProMJGraph.getModel()
Returns the
GraphModel that is providing the data. |
Constructor and Description |
---|
ProMJGraph(ProMGraphModel model,
boolean isPIP,
org.processmining.models.graphbased.ViewSpecificAttributeMap viewSpecificAttributes,
org.processmining.models.connections.GraphLayoutConnection layoutConnection) |
ProMJGraph(ProMGraphModel model,
org.processmining.models.graphbased.ViewSpecificAttributeMap viewSpecificAttributes,
org.processmining.models.connections.GraphLayoutConnection layoutConnection) |
Modifier and Type | Method and Description |
---|---|
ProMGraphModel |
ProMGraphCell.getModel() |
ProMGraphModel |
ProMGraphEdge.getModel() |
ProMGraphModel |
ProMGraphPort.getModel() |
Constructor and Description |
---|
ProMGraphCell(org.processmining.models.graphbased.directed.DirectedGraphNode node,
ProMGraphModel model,
org.processmining.models.connections.GraphLayoutConnection layoutConnection) |
ProMGraphEdge(org.processmining.models.graphbased.directed.DirectedGraphEdge<?,?> edge,
ProMGraphModel model,
org.processmining.models.connections.GraphLayoutConnection layoutConnection) |
ProMGraphPort(java.lang.Object userObject,
ProMGraphModel model,
org.processmining.models.connections.GraphLayoutConnection layoutConnection) |