Class Action

java.lang.Object
org.graphwalker.core.model.Action

public class Action extends Object

Action

The Action is a script of code executed after an edge has been run.

The action script contains any code and data that is used by guards to make edges accessible. By default the code is interpreted as JavaScript.
Author:
Nils Olsson
  • Constructor Details

    • Action

      public Action(String script)
  • Method Details

    • getScript

      public String getScript()