| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| org.cristalise.kernel.graph.layout | |
| org.cristalise.kernel.graph.model | |
| org.cristalise.kernel.graph.traversal | |
| 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 | Field and Description |
|---|---|
protected GraphModel |
Aggregation.mLayout |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
Aggregation.getLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
Aggregation.setLayout(GraphModel layout) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultGraphLayoutGenerator.layoutGraph(GraphModel graphModel) |
| Modifier and Type | Field and Description |
|---|---|
GraphModel |
Graphable.children |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
GraphableVertex.getChildrenGraphModel() |
GraphModel |
Graphable.getChildrenGraphModel() |
GraphModel |
Vertex.getChildrenGraphModel() |
GraphModel |
GraphModelManager.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphModelManager.replace(GraphModel newModel) |
void |
GraphableVertex.setChildrenGraphModel(GraphModel childrenGraph)
Sets the childrenGraph.
|
void |
GraphModelManager.setModel(GraphModel newModel) |
| Constructor and Description |
|---|
GraphModelManager(GraphModel newModel) |
| Modifier and Type | Method and Description |
|---|---|
static Vertex[] |
GraphTraversal.getTraversal(GraphModel graphModel,
Vertex startVertex,
int direction,
boolean ignoreBackLinks) |
static Vertex[] |
GraphTraversal.getTraversal(GraphModel graphModel,
Vertex startVertex,
Vertex endVertex,
int direction,
boolean ignoreBackLinks) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ActivityDef> |
CompositeActivityDef.findRefActDefs(GraphModel graph,
TransactionKey transactionKey) |
void |
CompositeActivityDef.setChildrenGraphModel(GraphModel childrenGraph) |
void |
CompositeActivityDef.setChildrenGraphModel(GraphModel childrenGraph,
TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeActivity.setChildrenGraphModel(GraphModel childrenGraph) |
| Constructor and Description |
|---|
LifecycleRenderer(GraphModel graphModel,
boolean defGeneration) |
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.