|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstraintViewer
Provides methods for managing ConstraintRow constraints.
Method Summary | |
---|---|
void |
addConstraint(ConstraintRow constraint)
Add a sparql constraint row to the list. |
void |
removeConstraint(ConstraintRow constraint)
Update the view to reflect the fact that a constraint was removed from the constraint list |
void |
updateConstraint(ConstraintRow constraint)
Update the view to reflect the fact that one of the constraint was modified |
Method Detail |
---|
void addConstraint(ConstraintRow constraint)
constraint
- the sparql constraint row to add.void removeConstraint(ConstraintRow constraint)
constraint
- the sparql constraint row to remove.void updateConstraint(ConstraintRow constraint)
constraint
- the sparql constraint row to update.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |