vishnu.model.operations.indexes.creation
Class AnotherClusteredIndex

java.lang.Object
  extended by vishnu.model.operations.indexes.creation.AbstractIndexCreationConstraint
      extended by vishnu.model.operations.indexes.creation.AnotherClusteredIndex
All Implemented Interfaces:
IndexCreationConstraint

public class AnotherClusteredIndex
extends AbstractIndexCreationConstraint

Author:
Mariano Tepper
 

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

Constructor Detail

AnotherClusteredIndex

public AnotherClusteredIndex()
Method Detail

perform

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

Specified by:
perform in interface IndexCreationConstraint
Overrides:
perform in class AbstractIndexCreationConstraint