Class DmnDecisionLiteralExpressionEvaluationEventImpl

java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnDecisionLiteralExpressionEvaluationEventImpl
All Implemented Interfaces:
DmnDecisionLiteralExpressionEvaluationEvent, DmnDecisionLogicEvaluationEvent

public class DmnDecisionLiteralExpressionEvaluationEventImpl extends Object implements DmnDecisionLiteralExpressionEvaluationEvent
  • Field Details

    • decision

      protected DmnDecision decision
    • outputName

      protected String outputName
    • outputValue

      protected org.camunda.bpm.engine.variable.value.TypedValue outputValue
    • executedDecisionElements

      protected long executedDecisionElements
  • Constructor Details

    • DmnDecisionLiteralExpressionEvaluationEventImpl

      public DmnDecisionLiteralExpressionEvaluationEventImpl()
  • Method Details