| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| 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 | Method and Description |
|---|---|
TypeNameAndConstructionInfo[] |
Aggregation.getVertexTypeNameAndConstructionInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationVertexFactory.create(GraphModelManager graphModelManager,
GraphPoint location,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexFactory.create(GraphModelManager graphModelManager,
GraphPoint location,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
void |
EdgeFactory.create(GraphModelManager graphModelManager,
Vertex origin,
Vertex terminus,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
void |
GraphModel.createDirectedEdge(Vertex origin,
Vertex terminus,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
void |
GraphModel.createVertex(GraphPoint location,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
| Modifier and Type | Method and Description |
|---|---|
TypeNameAndConstructionInfo[] |
CompositeActivityDef.getEdgeTypeNameAndConstructionInfo() |
TypeNameAndConstructionInfo[] |
CompositeActivityDef.getVertexTypeNameAndConstructionInfo() |
| Modifier and Type | Method and Description |
|---|---|
TypeNameAndConstructionInfo[] |
Workflow.getEdgeTypeNameAndConstructionInfo()
getVertexTypeNameAndConstructionInfo() added by Steve
|
TypeNameAndConstructionInfo[] |
Workflow.getVertexTypeNameAndConstructionInfo()
getVertexTypeNameAndConstructionInfo() added by Steve
|
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.