Interface Decidable

    • Method Detail

      • evaluate

        DecisionResult evaluate​(EvaluationContext context,
                                Optional<EvaluationContext> mdpContext)
        Tries to evaluate the policy by calling the combining algorithm on the given policies or rules.
        Parameters:
        context - the representation of the request
        mdpContext - the context of the Multiple Decision request that the context belongs to if the Multiple Decision Profile is used.
        Returns:
        the result of evaluation