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

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

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

Fields in edu.unika.aifb.owltools.evaluation with type parameters of type Solution
protected  java.util.Map<java.lang.String,Solution> Problem.solutions
          A number of possible solutions.
 

Methods in edu.unika.aifb.owltools.evaluation that return Solution
 Solution Problem.getBestSolution()
          Returns the solution that is rated best by the evaluation.
 

Methods in edu.unika.aifb.owltools.evaluation that return types with arguments of type Solution
 java.util.Map<java.lang.String,Solution> Problem.getSolutionMap()
          Returns possible solutions to the problem.
 java.util.Collection<Solution> Problem.getSolutions()
          Returns possible solutions to the problem.
 

Constructor parameters in edu.unika.aifb.owltools.evaluation with type arguments of type Solution
Problem(java.lang.String URI, org.semanticweb.kaon2.api.Ontology whichPartIsWrong, java.lang.String whatIsWrong, java.util.Map<java.lang.String,Solution> possibleSolutions, double howBadIsIt)
          Creates a Problem