Uses of Class
org.cristalise.kernel.graph.model.GraphPoint
Packages that use GraphPoint
Package
Description
Collections are Item local objects that reference other Items.
The implementation of the Item lifecycle, as composite workflows.
-
Uses of GraphPoint in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection with parameters of type GraphPointModifier and TypeMethodDescriptionAggregation.addMember(ItemPath itemPath, CastorHashMap props, String classProps, GraphPoint location, int w, int h, TransactionKey transactionKey) Aggregation.addMember(CastorHashMap props, String classProps, GraphPoint location, int w, int h, TransactionKey transactionKey) AggregationInstance.addMember(ItemPath itemPath, CastorHashMap props, String classProps, GraphPoint location, int w, int h, TransactionKey transactionKey) Aggregation.addSlot(CastorHashMap props, String classProps, GraphPoint location, int w, int h) voidAggregationVertexFactory.create(GraphModelManager graphModelManager, GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) -
Uses of GraphPoint in org.cristalise.kernel.graph.model
Fields in org.cristalise.kernel.graph.model declared as GraphPointMethods in org.cristalise.kernel.graph.model that return GraphPointModifier and TypeMethodDescriptionGraphableVertex.getCentrePoint()GraphModel.getNewEdgeEndPoint()GraphableVertex.getOutlinePoints()Methods in org.cristalise.kernel.graph.model with parameters of type GraphPointModifier and TypeMethodDescriptionvoidGraphableVertex.addChild(GraphableVertex graphableVertex, GraphPoint g) intGraphModel.addVertexAndCreateId(Vertex v, GraphPoint location) booleanDirectedEdge.containsPoint(GraphPoint p) Used by the GUI only, and does not work with MultiPoints.booleanGraphableEdge.containsPoint(GraphPoint p) booleanVertex.containsPoint(GraphPoint p) voidVertexFactory.create(GraphModelManager graphModelManager, GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) voidGraphModel.createVertex(GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) voidVertex.moveAbsolute(GraphPoint p) voidGraphModel.moveAbsoluteVertex(Vertex v, GraphPoint p) voidGraphModel.placeVertex(Vertex v, GraphPoint location) voidGraphModel.setNewEdgeEndPoint(GraphPoint p) voidVertex.setOutlinePoints(GraphPoint[] outline) Sets the outline points and re-calculates the height and width -
Uses of GraphPoint in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle with parameters of type GraphPointModifier and TypeMethodDescriptionCompositeActivityDef.addExistingActivityDef(String name, ActivityDef actDef, GraphPoint point) CompositeActivityDef.addLocalActivityDef(String name, String type, GraphPoint point) CompositeActivityDef.newChild(String Name, String Type, Integer version, GraphPoint location) Deprecated.CompositeActivityDef.newChild(String name, WfVertex.Types type, Integer version, GraphPoint location) -
Uses of GraphPoint in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance with parameters of type GraphPointModifier and TypeMethodDescriptionvoidCompositeActivity.initChild(WfVertex vertex, boolean first, GraphPoint point) Initialise Vertex and attach to the current activityCompositeActivity.newAtomChild(String id, boolean first, GraphPoint point) CompositeActivity.newChild(String Name, String Type, GraphPoint point) CompositeActivity.newChild(String vertexTypeId, GraphPoint point) CompositeActivity.newChild(WfVertex.Types type, String name, boolean first, GraphPoint point) CompositeActivity.newCompChild(String id, boolean first, GraphPoint point) CompositeActivity.newExistingChild(Activity child, String Name, GraphPoint point) CompositeActivity.newJoinChild(String name, String type, boolean first, GraphPoint point) CompositeActivity.newSplitChild(String name, String Type, boolean first, GraphPoint point)