edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator
Interface Composer

All Known Implementing Classes:
ComposerImp

public interface Composer
extends XMLOperator

The Composer interface.

Since:
1.0

Method Summary
 int getLevel()
          Gets the level value.
 void setLevel(int level)
          Sets the level value.
 
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperator
clone, getNode, getOutput, getOutputColumnName, getOutputDataSource, getOutputDataSources, getPrimaryDataSource, getPrimarySource, setNode, setOutput, setOutputColumnName
 
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATQueryObject
getStatistics, isValidStatistic
 
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATProperties
getProperties, getProperty, isValidPropertyName, setProperty
 

Method Detail

getLevel

public int getLevel()
Gets the level value.
Returns:
int
Since:
1.0

setLevel

public void setLevel(int level)
Sets the level value.
Parameters:
level - int
Since:
1.0