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