Package hok.model

Interface Summary
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.
 

Class Summary
ATreeModel The ATreeModel is the model for the TreeViewer of the ConstraintDialog.
ConstraintCellModifier The ConstraintCellModifier modifies the values of the constraint model.
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.
ModelMediator The ModelMediator mediates between the ontology model and the sparql ast model.
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.
TreeElement The TreeElement is a JavaBean representing an owl individual or owl object property.
TreeFactory The TreeFactory provides methods to generate a composite of ITreeNode .
 

Exception Summary
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.