Uses of Class
org.graphwalker.core.model.Action
Packages that use Action
-
Uses of Action in org.graphwalker.core.machine
Methods in org.graphwalker.core.machine with parameters of type Action -
Uses of Action in org.graphwalker.core.model
Methods in org.graphwalker.core.model that return types with arguments of type ActionModifier and TypeMethodDescriptionEdge.getActions()Gets the lists of actions of the edge.Element.getActions()Model.getActions()Gets the list of actions associated with the model.RuntimeBase.getActions()Vertex.getActions()Gets the lists of actions of the vertex.Methods in org.graphwalker.core.model with parameters of type ActionModifier and TypeMethodDescriptionAdds an action to the edge, which represents a piece of code that will be executed each time the edge is being traversed.Adds an action to the model.Adds an action to the vertex, which represents a piece of code that will be executed each time the vertex is being traversed.Edge.addActions(Action... actions) Model.addActions(Action... actions) Vertex.addActions(Action... actions) Method parameters in org.graphwalker.core.model with type arguments of type ActionModifier and TypeMethodDescriptionEdge.addActions(List<Action> actions) Model.addActions(List<Action> actions) Vertex.addActions(List<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.Model.setActions(List<Action> actions) Assign a list of actions to the model.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.Constructor parameters in org.graphwalker.core.model with type arguments of type ActionModifierConstructorDescriptionprotectedRuntimeBase(String id, String name, List<Action> actions, Set<Requirement> requirements) protectedRuntimeBase(String id, String name, List<Action> actions, Set<Requirement> requirements, Map<String, Object> properties)