Uses of Class
org.graphwalker.core.model.Model
Packages that use Model
-
Uses of Model in org.graphwalker.core.machine
Constructors in org.graphwalker.core.machine with parameters of type Model -
Uses of Model in org.graphwalker.core.model
Methods in org.graphwalker.core.model that return ModelModifier and TypeMethodDescriptionAdds an action to the model.Model.addActions(List<Action> actions) Model.addActions(Action... actions) Adds an edge to the model.Adds a vertex to the model.Model.deleteEdge(Edge edge) Delete an edge from the model.Model.deleteVertex(Vertex vertex) Delete a vertex from the model.Model.setActions(List<Action> actions) Assign a list of actions to the model.Model.setPredefinedPath(List<Edge> predefinedPath)