All Implemented Interfaces:
Freezable<Node>

public class Procedure extends Element
Procedures are step-by-step instructions on how to carry out a specific type of task. Procedure objects are short-lived, within the scope of a single request and, consequently, a single thread. They do not need to be thread safe.
  • Constructor Details

    • Procedure

      public Procedure()
  • Method Details

    • getLabel

      public String getLabel()
      Specified by:
      getLabel in class Node
    • setLabel

      public void setLabel(String label)
      Sets the label while making sure not frozen.
    • getDefaultIdPrefix

      protected String getDefaultIdPrefix()
      Specified by:
      getDefaultIdPrefix in class Element