hok.ui.wizard
Interface IConstraintViewer


public interface IConstraintViewer

Provides methods for managing ConstraintRow constraints.

Author:
holger

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

addConstraint

void addConstraint(ConstraintRow constraint)
Add a sparql constraint row to the list.

Parameters:
constraint - the sparql constraint row to add.

removeConstraint

void removeConstraint(ConstraintRow constraint)
Update the view to reflect the fact that a constraint was removed from the constraint list

Parameters:
constraint - the sparql constraint row to remove.

updateConstraint

void updateConstraint(ConstraintRow constraint)
Update the view to reflect the fact that one of the constraint was modified

Parameters:
constraint - the sparql constraint row to update.