edu.wpi.cs.DSRG.xmldb.operators
Interface Operator

All Known Implementing Classes:
pushDownAttributeObject, pushUpAttributeObject, switchNestingObject, renameItemObject, renameAttributeObject, pushUpNestingObject, pushDownNestingObject

public interface Operator

Operator.java is the interface for all other operator classes. All operators must implement the execute() method.


Method Summary
 void execute()
          The method execute() is a virtual method that must be implemented for all operator classes.
 

Method Detail

execute

public void execute()
             throws java.lang.Exception
The method execute() is a virtual method that must be implemented for all operator classes.