|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintRow | |
---|---|
hok.model | |
hok.ui.wizard |
Uses of ConstraintRow in hok.model |
---|
Methods in hok.model that return types with arguments of type ConstraintRow | |
---|---|
java.util.Vector<ConstraintRow> |
ConstraintModel.getConstraints()
Returns the collection of constraints |
Methods in hok.model with parameters of type ConstraintRow | |
---|---|
void |
ConstraintModel.constraintChanged(ConstraintRow constraint)
Informs the listener of a change of the model. |
void |
ConstraintModel.removeConstraint(ConstraintRow constraint)
Removes a ConstraintRow from the collection of constraints. |
Method parameters in hok.model with type arguments of type ConstraintRow | |
---|---|
PatternModel |
ModelMediator.queryModel(java.util.Vector<ConstraintRow> constraints)
Queries the ontology model. |
Uses of ConstraintRow in hok.ui.wizard |
---|
Methods in hok.ui.wizard with parameters of type ConstraintRow | |
---|---|
void |
IConstraintViewer.addConstraint(ConstraintRow constraint)
Add a sparql constraint row to the list. |
void |
IConstraintViewer.removeConstraint(ConstraintRow constraint)
Update the view to reflect the fact that a constraint was removed from the constraint list |
void |
IConstraintViewer.updateConstraint(ConstraintRow constraint)
Update the view to reflect the fact that one of the constraint was modified |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |