Interface DecisionStatement

    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        Generated ID for serialisation.
        See Also:
        Constant Field Values
    • Method Detail

      • getDecisionLabel

        String getDecisionLabel()
        Returns the label of the decision ID.
        Returns:
        The decision label
      • getDecisionStatement

        String getDecisionStatement()
        Returns the decision statement that must evaluate to true to activate this decision ID (for displaying purposes).
        Returns:
        The decision statement
      • getDecisionID

        long getDecisionID()
        Returns the decision ID itself
        Returns:
        The decision ID