Uses of Class
edu.unika.aifb.owltools.evaluation.Problem

Packages that use Problem
edu.unika.aifb.owltools.evaluation   
 

Uses of Problem in edu.unika.aifb.owltools.evaluation
 

Fields in edu.unika.aifb.owltools.evaluation with type parameters of type Problem
protected  java.util.Map<java.lang.String,Problem> Evaluation.problems
          The problems and their URIs
 

Methods in edu.unika.aifb.owltools.evaluation that return types with arguments of type Problem
protected  java.util.Map<java.lang.String,Problem> Evaluation.addProblem(Problem problem)
          Adds a problem to the set of problems about the ontology
 java.util.Map<java.lang.String,Problem> Evaluation.getProblemMap()
          Returns all the identified problems of the Evaluation
 java.util.Collection<Problem> Evaluation.getProblems()
          Returns all the identified problems of the Evaluation
 

Methods in edu.unika.aifb.owltools.evaluation with parameters of type Problem
protected  java.util.Map<java.lang.String,Problem> Evaluation.addProblem(Problem problem)
          Adds a problem to the set of problems about the ontology