Uses of Class
org.graphwalker.core.model.Edge
Packages that use Edge
-
Uses of Edge in org.graphwalker.core.model
Methods in org.graphwalker.core.model that return EdgeModifier and TypeMethodDescriptionAdds an action to the edge, which represents a piece of code that will be executed each time the edge is being traversed.Edge.addActions(List<Action> actions) Edge.addActions(Action... actions) Edge.setActions(List<Action> actions) Adds a list of actions to the edge, which represents a pieces of code that will be executed each time the edge is being traversed.Edge.setDependency(Integer dependency) The dependency shows how much targetVertex depends on sourceVertex.Sets the guard of the edge.Edge.setSourceVertex(Vertex vertex) Sets the source vertex of the edge.Edge.setTargetVertex(Vertex vertex) Sets the target vertex of the edge.The weight is used as probability when using theWeightedRandomPath.Methods in org.graphwalker.core.model that return types with arguments of type EdgeModifier and TypeMethodDescriptionModel.getEdges()Gets the list of edges of the model.Model.getPredefinedPath()Methods in org.graphwalker.core.model with parameters of type EdgeModifier and TypeMethodDescriptionAdds an edge to the model.Model.deleteEdge(Edge edge) Delete an edge from the model.Method parameters in org.graphwalker.core.model with type arguments of type Edge