| Package | Description |
|---|---|
| org.cristalise.kernel.graph.model | |
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance |
| 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 | Class and Description |
|---|---|
class |
NextDef |
| Modifier and Type | Class and Description |
|---|---|
class |
Next
this class represents the link between 2 successive activities
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.