Uses of Class
org.graphwalker.core.model.Vertex.RuntimeVertex
Packages that use Vertex.RuntimeVertex
-
Uses of Vertex.RuntimeVertex in org.graphwalker.core.model
Methods in org.graphwalker.core.model that return Vertex.RuntimeVertexModifier and TypeMethodDescriptionprotected Vertex.RuntimeVertexVertex.createCache()Creates an immutable vertex from this vertex.Edge.RuntimeEdge.getSourceVertex()Gets the source vertex.Edge.RuntimeEdge.getTargetVertex()Gets the target vertex of the edge.Methods in org.graphwalker.core.model that return types with arguments of type Vertex.RuntimeVertexModifier and TypeMethodDescriptionModel.RuntimeModel.findVertices(String name) Searches the model vertices that matches search string.Model.RuntimeModel.getSharedStates(String sharedState) Gets the list of vertices that matches a shared state name.Model.RuntimeModel.getVertices()Gets the list of vertices of the model.Methods in org.graphwalker.core.model with parameters of type Vertex.RuntimeVertexModifier and TypeMethodDescriptionModel.RuntimeModel.getInEdges(Vertex.RuntimeVertex vertex) For the given vertex, all in-edges will be returned.Model.RuntimeModel.getOutEdges(Vertex.RuntimeVertex vertex) For the given vertex, all out-edges will be returned.