|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unika.aifb.owltools.evaluation.Evaluation
edu.unika.aifb.owltools.evaluation.AllLabeled
public class AllLabeled
Checks if in an ontology all entities have a label. This class can also be used to implement own evaluations. It is documented heavily, so that it can be reused as a template for further evaluation measures.
Field Summary |
---|
Fields inherited from class edu.unika.aifb.owltools.evaluation.Evaluation |
---|
context, description, evaluationURIBase, ontology, problems |
Constructor Summary | |
---|---|
AllLabeled(org.semanticweb.kaon2.api.Ontology ontologyToBeEvaluated,
java.lang.String URI,
org.semanticweb.kaon2.api.Ontology contextOfEvaluation)
Constructor. |
Method Summary | |
---|---|
protected boolean |
evaluate()
Checks if in an ontology all entities have a label. |
java.lang.String |
evaluationClassDescription()
Human-readable description of the evaluation type. |
java.lang.String |
evaluationClassName()
Human-readable name for the evaluation type. |
java.lang.String |
evaluationClassURI()
URI for the evaluation type. |
Methods inherited from class edu.unika.aifb.owltools.evaluation.Evaluation |
---|
addProblem, getContext, getDescription, getEvaluation, getOntology, getProblemMap, getProblems, getRandomURIProblem, getRandomURISolution, getURI, setEvaluation, succesfulEvaluation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllLabeled(org.semanticweb.kaon2.api.Ontology ontologyToBeEvaluated, java.lang.String URI, org.semanticweb.kaon2.api.Ontology contextOfEvaluation)
ontologyToBeEvaluated
- Input ontology. This is the ontology to be evaluated. It is accessible as ontologyURI
- URI for the evaluation. This is just the name for this specific evaluation. You don't have to know it, or change it.contextOfEvaluation
- Evaluation context. Also all further parameters that you need for the evaluation should be handled over the context. Accessible as context. Null if none is givenMethod Detail |
---|
public java.lang.String evaluationClassName()
evaluationClassName
in class Evaluation
public java.lang.String evaluationClassURI()
evaluationClassURI
in class Evaluation
public java.lang.String evaluationClassDescription()
evaluationClassDescription
in class Evaluation
protected boolean evaluate()
evaluate
in class Evaluation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |