Uses of Class
org.graphwalker.core.model.Vertex
Packages that use Vertex
-
Uses of Vertex in org.graphwalker.core.model
Methods in org.graphwalker.core.model that return VertexModifier and TypeMethodDescriptionAdds an action to the vertex, which represents a piece of code that will be executed each time the vertex is being traversed.Vertex.addActions(List<Action> actions) Vertex.addActions(Action... actions) Edge.getSourceVertex()Gets the source vertex.Edge.getTargetVertex()Gets the target vertex of the edge.Vertex.setActions(List<Action> actions) Adds a list of actions to the vertex, which represents a pieces of code that will be executed each time the vertex is being traversed.Vertex.setSharedState(String sharedState) Sets the name of the shared state of this vertex.Methods in org.graphwalker.core.model that return types with arguments of type VertexMethods in org.graphwalker.core.model with parameters of type VertexModifier and TypeMethodDescriptionAdds a vertex to the model.Model.deleteVertex(Vertex vertex) Delete a vertex from the model.Edge.setSourceVertex(Vertex vertex) Sets the source vertex of the edge.Edge.setTargetVertex(Vertex vertex) Sets the target vertex of the edge.