vishnu.model.operations.tables.modification
Class UpdatePerformer

java.lang.Object
  extended by vishnu.model.operations.tables.modification.AbstractTableModificationConstraint
      extended by vishnu.model.operations.tables.modification.UpdatePerformer
All Implemented Interfaces:
TableModificationConstraint

public class UpdatePerformer
extends AbstractTableModificationConstraint

 

Constructor Summary
UpdatePerformer()
           
 
Method Summary
 void perform(TableContext c, Record r, java.util.List<ConstraintViolation> constraintViolations)
          Contract: -subclasses must call this method after performing its own validation.
 
Methods inherited from class vishnu.model.operations.tables.modification.AbstractTableModificationConstraint
attach
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatePerformer

public UpdatePerformer()
Method Detail

perform

public void perform(TableContext c,
                    Record r,
                    java.util.List<ConstraintViolation> constraintViolations)
Description copied from class: AbstractTableModificationConstraint
Contract: -subclasses must call this method after performing its own validation.

Specified by:
perform in interface TableModificationConstraint
Overrides:
perform in class AbstractTableModificationConstraint