Uses of Class
org.cristalise.kernel.graph.model.Vertex
Packages that use Vertex
Package
Description
Collections are Item local objects that reference other Items.
The implementation of the Item lifecycle, as composite workflows.
-
Uses of Vertex in org.cristalise.kernel.collection
Subclasses of Vertex in org.cristalise.kernel.collectionModifier and TypeClassDescriptionclassA CollectionMember, or slot, of an Aggregation instance or description.Methods in org.cristalise.kernel.collection with parameters of type Vertex -
Uses of Vertex in org.cristalise.kernel.graph.model
Subclasses of Vertex in org.cristalise.kernel.graph.modelFields in org.cristalise.kernel.graph.model declared as VertexModifier and TypeFieldDescriptionprotected VertexGraphModel.mNewEdgeOriginVertexVertex[]GraphModelCastorData.mVertexImplsFields in org.cristalise.kernel.graph.model with type parameters of type VertexMethods in org.cristalise.kernel.graph.model that return VertexModifier and TypeMethodDescriptionVertex[]GraphableVertex.getInGraphables()Vertex[]GraphModel.getInVertices(Vertex v) GraphModel.getNewEdgeOriginVertex()GraphModel.getOrigin(DirectedEdge e) Vertex[]GraphableVertex.getOutGraphables()Vertex[]GraphModel.getOutVertices(Vertex v) GraphModel.getStartVertex()GraphModel.getTerminus(DirectedEdge e) GraphModel.getVertexById(int id) Vertex[]GraphModel.getVertices()GraphModel.resolveVertex(int id) Methods in org.cristalise.kernel.graph.model with parameters of type VertexModifier and TypeMethodDescriptionintGraphModel.addEdgeAndCreateId(DirectedEdge e, Vertex origin, Vertex terminus) intGraphModel.addVertexAndCreateId(Vertex v, GraphPoint location) voidvoidEdgeFactory.create(GraphModelManager graphModelManager, Vertex origin, Vertex terminus, TypeNameAndConstructionInfo typeNameAndConstructionInfo) voidGraphModel.createDirectedEdge(Vertex origin, Vertex terminus, TypeNameAndConstructionInfo typeNameAndConstructionInfo) GraphModel.getInEdges(Vertex v) Vertex[]GraphModel.getInVertices(Vertex v) GraphModel.getOutEdges(Vertex v) Vertex[]GraphModel.getOutVertices(Vertex v) voidGraphModel.moveAbsoluteVertex(Vertex v, GraphPoint p) voidGraphModel.placeVertex(Vertex v, GraphPoint location) voidGraphModel.removeVertex(Vertex v) voidGraphModel.setNewEdgeOriginVertex(Vertex v) voidVertexOutlineCreator.setOutline(Vertex vertex) voidGraphModel.setVertices(Vertex[] vertices) voidConstructors in org.cristalise.kernel.graph.model with parameters of type VertexModifierConstructorDescriptionGraphModelCastorData(String classNameOfVertexOutlineCreator, Vertex[] vertexImpls, DirectedEdge[] edgeImpls, int startVertexId, int nextId) -
Uses of Vertex in org.cristalise.kernel.graph.renderer
Methods in org.cristalise.kernel.graph.renderer with parameters of type VertexModifier and TypeMethodDescriptionvoidDefaultVertexRenderer.draw(Graphics2D g2d, Vertex vertex) Default implementation draws the outline and the name of the vertexvoidVertexRenderer.draw(Graphics2D g2d, Vertex vertex) Draw the given vertexvoidDefaultVertexRenderer.drawLinesOfTexts(Graphics2D g2d, Vertex vertex, ArrayList<String> linesOfText, Paint textPaint) Draw lines of text within the boundaries of the vertexvoidDefaultVertexRenderer.drawName(Graphics2D g2d, Vertex vertex, Paint textPaint) Write the name of the vertex in the centre of itvoidDefaultVertexRenderer.drawOutline(Graphics2D g2d, Vertex vertex, Paint fillPaint, Paint linePaint) Fill and then draw the outline as a PolygonvoidDefaultVertexRenderer.drawOutline3DRect(Graphics2D g2d, Vertex vertex, Paint fillPaint) Fills the outline as 3D rectangle, but it does not draw the border of the outlinevoidDefaultVertexRenderer.drawOutline3DRect(Graphics2D g2d, Vertex vertex, Paint fillPaint, Paint linePaint) Fills the outline as 3D rectangle.voidDefaultVertexRenderer.drawOutlineRect(Graphics2D g2d, Vertex vertex, Paint fillPaint) Fills the outline as rectangle, but it does not draw the border of the outlinevoidDefaultVertexRenderer.drawOutlineRect(Graphics2D g2d, Vertex vertex, Paint fillPaint, Paint linePaint) Fills the outline as rectangle.voidDefaultVertexRenderer.drawText(Graphics2D g2d, Vertex vertex, String text, Paint textPaint) Draw the text within the boundaries of the vertex -
Uses of Vertex in org.cristalise.kernel.graph.traversal
Methods in org.cristalise.kernel.graph.traversal that return VertexModifier and TypeMethodDescriptionstatic 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) Methods in org.cristalise.kernel.graph.traversal with parameters of type VertexModifier and TypeMethodDescriptionstatic 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) -
Uses of Vertex in org.cristalise.kernel.lifecycle
Subclasses of Vertex in org.cristalise.kernel.lifecycleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in org.cristalise.kernel.lifecycle with parameters of type Vertex -
Uses of Vertex in org.cristalise.kernel.lifecycle.instance
Subclasses of Vertex in org.cristalise.kernel.lifecycle.instance -
Uses of Vertex in org.cristalise.kernel.lifecycle.instance.predefined
Subclasses of Vertex in org.cristalise.kernel.lifecycle.instance.predefinedModifier and TypeClassDescriptionclassclassclassclassGenerates a new empty collection description.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassPredefinedStep are always Active, and have only one transition.classDeprecated.it is a base class of deprecated classesclassclassclassclassclassclassclassclassParams: 0: collection name 1: slot number 2: target UUID or DomainPath if slot number is -1 3: marshaled properties of memberclassclassclassclassclass -
Uses of Vertex in org.cristalise.kernel.lifecycle.instance.predefined.agent
Subclasses of Vertex in org.cristalise.kernel.lifecycle.instance.predefined.agentModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of Vertex in org.cristalise.kernel.lifecycle.instance.predefined.server
Subclasses of Vertex in org.cristalise.kernel.lifecycle.instance.predefined.serverModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Vertex in org.cristalise.kernel.lifecycle.renderer
Methods in org.cristalise.kernel.lifecycle.renderer with parameters of type VertexModifier and TypeMethodDescriptionvoidActivityDefRenderer.draw(Graphics2D g2d, Vertex vertex) Draws the ActivityDef as a 3D rectangle without borders, with text lines for Name, DefinitionName and errorsvoidActivityRenderer.draw(Graphics2D g2d, Vertex vertex) Draws the Activity as a 3D rectangle without borders, with text lines for Name, DefinitionName, State, WaitTime and errorsvoidAggregationMemberRenderer.draw(Graphics2D g2d, Vertex vertex) voidDefaultSplitJoinRenderer.draw(Graphics2D g2d, Vertex vertex, String errors) Join/Split specific implementation of draw methodvoidSplitJoinDefRenderer.draw(Graphics2D g2d, Vertex vertex) voidSplitJoinRenderer.draw(Graphics2D g2d, Vertex vertex) voidWfVertexDefRenderer.draw(Graphics2D g2d, Vertex vertex) voidWfVertexRenderer.draw(Graphics2D g2d, Vertex vertex) protected voidLifecycleRenderer.drawVertexHighlight(Graphics2D g2d, Vertex vertex, int dist)