Class Guard

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

public class Guard extends Object

Guard

The Guard enables or disables accessibility to an edge.

The script in the guard should evaluate to a boolean expression.
Author:
Nils Olsson
  • Constructor Details

    • Guard

      public Guard(String script)
  • Method Details

    • getScript

      public String getScript()