| Package | Description |
|---|---|
| org.cristalise.kernel.graph.model | |
| org.cristalise.kernel.graph.renderer | |
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.lifecycle.renderer |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphableEdge |
| Modifier and Type | Field and Description |
|---|---|
DirectedEdge[] |
GraphModelCastorData.mEdgeImpls |
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<String,DirectedEdge> |
GraphModel.mEdgeHashtable |
| Modifier and Type | Method and Description |
|---|---|
DirectedEdge[] |
GraphableVertex.getChildrenEdges() |
DirectedEdge[] |
GraphModel.getConnectingEdges(int originVertexId,
int terminusVertexId) |
DirectedEdge[] |
GraphModel.getEdges() |
DirectedEdge[] |
GraphableVertex.getInEdges() |
DirectedEdge[] |
GraphModel.getInEdges(Vertex v) |
DirectedEdge[] |
GraphableVertex.getOutEdges() |
DirectedEdge[] |
GraphModel.getOutEdges(Vertex v) |
DirectedEdge |
GraphModel.resolveEdge(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
GraphModel.addEdgeAndCreateId(DirectedEdge e,
int originId,
int terminusId) |
int |
GraphModel.addEdgeAndCreateId(DirectedEdge e,
Vertex origin,
Vertex terminus) |
Vertex |
GraphModel.getOrigin(DirectedEdge e) |
Vertex |
GraphModel.getTerminus(DirectedEdge e) |
void |
GraphModel.removeEdge(DirectedEdge e) |
void |
GraphModel.setEdges(DirectedEdge[] edges) |
| Constructor and Description |
|---|
GraphModelCastorData(String classNameOfVertexOutlineCreator,
Vertex[] vertexImpls,
DirectedEdge[] edgeImpls,
int startVertexId,
int nextId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectedEdgeRenderer.draw(Graphics2D g2d,
DirectedEdge directedEdge)
Draw the given edge
|
void |
DefaultDirectedEdgeRenderer.draw(Graphics2D g2d,
DirectedEdge directedEdge)
Default implementation, can only draw straight line and does not add any label
|
void |
DefaultDirectedEdgeRenderer.draw(Graphics2D g2d,
DirectedEdge directedEdge,
String label,
String type,
boolean hasError)
Draws an edge using different calculations, coloring and label
|
| Modifier and Type | Class and Description |
|---|---|
class |
NextDef |
| Modifier and Type | Class and Description |
|---|---|
class |
Next
This class represents the link between 2 successive activities
|
| Modifier and Type | Method and Description |
|---|---|
void |
WfDirectedEdgeRenderer.draw(Graphics2D g2d,
DirectedEdge directedEdge) |
void |
WfDirectedEdgeDefRenderer.draw(Graphics2D g2d,
DirectedEdge directedEdge) |
protected void |
LifecycleRenderer.drawEdgeHighlight(Graphics2D g2d,
DirectedEdge edge) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.