| 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 |
|---|---|
AggregationMember |
Aggregation.addMember(CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
Aggregation.addSlot(CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
void |
AggregationVertexFactory.create(GraphModelManager graphModelManager,
GraphPoint location,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected GraphPoint |
GraphModel.mNewEdgeEndPoint |
| Modifier and Type | Method and Description |
|---|---|
GraphPoint |
GraphableVertex.getCentrePoint() |
GraphPoint |
GraphModel.getNewEdgeEndPoint() |
GraphPoint[] |
GraphableVertex.getOutlinePoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphableVertex.addChild(GraphableVertex graphableVertex,
GraphPoint g) |
int |
GraphModel.addVertexAndCreateId(Vertex v,
GraphPoint location) |
boolean |
Vertex.containsPoint(GraphPoint p) |
boolean |
DirectedEdge.containsPoint(GraphPoint p)
Used by the GUI only, and does not work with MultiPoints.
|
void |
VertexFactory.create(GraphModelManager graphModelManager,
GraphPoint location,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
void |
GraphModel.createVertex(GraphPoint location,
TypeNameAndConstructionInfo typeNameAndConstructionInfo) |
void |
Vertex.moveAbsolute(GraphPoint p) |
void |
GraphModel.moveAbsoluteVertex(Vertex v,
GraphPoint p) |
void |
GraphModel.placeVertex(Vertex v,
GraphPoint location) |
void |
GraphModel.setNewEdgeEndPoint(GraphPoint p) |
void |
Vertex.setOutlinePoints(GraphPoint[] outline)
Sets the outline points and re-calculates the height and width
|
| Modifier and Type | Method and Description |
|---|---|
ActivitySlotDef |
CompositeActivityDef.addExistingActivityDef(String name,
ActivityDef actDef,
GraphPoint point) |
ActivityDef |
CompositeActivityDef.addLocalActivityDef(String name,
String type,
GraphPoint point) |
boolean |
NextDef.containsPoint(GraphPoint p) |
WfVertexDef |
CompositeActivityDef.newChild(String Name,
String Type,
Integer version,
GraphPoint location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Next.containsPoint(GraphPoint p) |
void |
CompositeActivity.initChild(WfVertex vertex,
boolean first,
GraphPoint point)
Initialise Vertex and attach to the current activity
|
Activity |
CompositeActivity.newAtomChild(String id,
boolean first,
GraphPoint point) |
WfVertex |
CompositeActivity.newChild(String vertexTypeId,
GraphPoint point) |
WfVertex |
CompositeActivity.newChild(String Name,
String Type,
GraphPoint point) |
WfVertex |
CompositeActivity.newChild(WfVertex.Types type,
String name,
boolean first,
GraphPoint point) |
CompositeActivity |
CompositeActivity.newCompChild(String id,
boolean first,
GraphPoint point) |
WfVertex |
CompositeActivity.newExistingChild(Activity child,
String Name,
GraphPoint point) |
Join |
CompositeActivity.newJoinChild(String name,
String type,
boolean first,
GraphPoint point) |
Split |
CompositeActivity.newSplitChild(String name,
String Type,
boolean first,
GraphPoint point) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.