Class EvaluationResult


  • public class EvaluationResult
    extends ReasoningResult
    A specific reasoning result for evaluations of presence conditions.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • EvaluationResult

        public EvaluationResult()
        Creates an instance.
      • EvaluationResult

        public EvaluationResult​(java.lang.String reasonerName)
        Creates an instance of a result signalling an unsupported operation.
        Parameters:
        reasonerName - the name of the reasoner which does not support the operation
    • Method Detail

      • addEvaluationPair

        public void addEvaluationPair​(EvaluationResult.EvaluationPair pair)
        Adds an evaluation pair.
        Parameters:
        pair - the pair to be added
      • getEvaluationPairCount

        public int getEvaluationPairCount()
        Returns the number of stored evaluation pairs.
        Returns:
        the number of evaluation pairs