org.universAAL.middleware.owl.util
Class OntologyTest

Package class diagram package OntologyTest
java.lang.Object
  extended by org.universAAL.middleware.owl.util.OntologyTest

public final class OntologyTest
extends Object


Method Summary
static boolean postTestClass(Ontology ont, OntClassInfo info, HashMap<String,String> dbgClass)
          Perform a sanity check of the given class that is defined in the given ontology.
static boolean testClass(Ontology ont, OntClassInfo info, HashMap<String,String> dbgClass)
          Perform a sanity check of the given class that is defined in the given ontology.
static boolean testOntology(Ontology ont)
          Perform a sanity check of the given ontology.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

postTestClass

public static boolean postTestClass(Ontology ont,
                                    OntClassInfo info,
                                    HashMap<String,String> dbgClass)
Perform a sanity check of the given class that is defined in the given ontology. The check is done after registration of the ontology.

Parameters:
ont - The ontology that defined the class.
info - the ontology class.

testClass

public static boolean testClass(Ontology ont,
                                OntClassInfo info,
                                HashMap<String,String> dbgClass)
Perform a sanity check of the given class that is defined in the given ontology. The check is done during registration of the ontology.

Parameters:
ont - The ontology that defined the class.
info - the ontology class.

testOntology

public static boolean testOntology(Ontology ont)
Perform a sanity check of the given ontology. The check is done during registration of the ontology.

Parameters:
ont - The ontology that defined the class.


Copyright © 2014 universAAL Consortium. All Rights Reserved.