Uses of Class
hok.model.OntElementNotFoundException

Packages that use OntElementNotFoundException
hok.model   
hok.test   
 

Uses of OntElementNotFoundException in hok.model
 

Methods in hok.model that throw OntElementNotFoundException
 ITreeNode TreeFactory.generateConceptTree(java.lang.String rootConcept)
          Generates the concept tree of the owl model starting with the given root concept.
 ITreeNode TreeFactory.generatePredicateTree(java.lang.String rootPredicate)
          Generates the predicate tree of the owl model starting with the given root predicate.
 PatternModel ModelMediator.queryModel(java.util.Vector<ConstraintRow> constraints)
          Queries the ontology model.
 

Constructors in hok.model that throw OntElementNotFoundException
TreeFactory(com.hp.hpl.jena.ontology.OntModel ontmodel)
          The Constructor.
 

Uses of OntElementNotFoundException in hok.test
 

Methods in hok.test that throw OntElementNotFoundException
 void SparqlTestCase.setup()
           
 void SparqlTestCase.testGenerateOntConcepts()
           
 void SparqlTestCase.testGenerateOntProperties()
           
 void SparqlTestCase.testModelMediator()
           
 void SparqlTestCase.testModelMediatorException()