Interface DecisionContext

All Known Implementing Classes:
VariablesContext

public interface DecisionContext
Decisions can only be made within in a specific context. The context must contain all input data required by the decision in the decision requirements graph in order to successfully make a decision.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details