Interface EvaluatedOutputValue

All Superinterfaces:
JsonSerializable, RecordValue
All Known Implementing Classes:
ImmutableEvaluatedOutputValue

@Immutable public interface EvaluatedOutputValue extends RecordValue
An evaluated output of a decision table that belongs to a matched rule. It contains details of the output and the value of the evaluated output expression.
  • Method Details

    • getOutputId

      String getOutputId()
      Returns:
      the id of the evaluated output
    • getOutputName

      String getOutputName()
      Returns:
      the name of the evaluated output
    • getOutputValue

      String getOutputValue()
      Returns:
      the value of the evaluated output expression as JSON string