Uses of Package
hok.model

Packages that use hok.model
hok.model   
hok.test   
hok.ui.wizard   
 

Classes in hok.model used by hok.model
ATreeModel
          The ATreeModel is the model for the TreeViewer of the ConstraintDialog.
ConstraintRow
          An Element of the ConstraintModel that is used as the model for the TableViewer of the WizardView.
ITreeListeners
          Interface that provides methods to add and remove listeners that are interested in changes of the model.
ITreeNode
          Interface that provides methods for managing a tree node.
OntElementNotFoundException
          A OntElementNotFoundException is thrown whenever some element of the ontology is missing.
PatternElement
          An element of the PatternModel that is used as the model for the TableViewer of the ResultDialog.
PatternModel
          The PatternModel is the model of the TableViewer of the ResultDialog.
QueryCreationFailedException
          This Exception is thrown when the creation of the sparql query via SparqlBuilder.printSparql() failed.
TreeElement
          The TreeElement is a JavaBean representing an owl individual or owl object property.
 

Classes in hok.model used by hok.test
OntElementNotFoundException
          A OntElementNotFoundException is thrown whenever some element of the ontology is missing.
QueryCreationFailedException
          This Exception is thrown when the creation of the sparql query via SparqlBuilder.printSparql() failed.
 

Classes in hok.model used by hok.ui.wizard
ConstraintModel
          The ConstraintModel is the model of the TableViewer of the WizardView.
ConstraintRow
          An Element of the ConstraintModel that is used as the model for the TableViewer of the WizardView.
ITreeNode
          Interface that provides methods for managing a tree node.
PatternModel
          The PatternModel is the model of the TableViewer of the ResultDialog.