edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator
Class ComposerImp

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATPropertiesImp
        |
        +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATQueryObjectImp
              |
              +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperatorImp
                    |
                    +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.ComposerImp

public class ComposerImp
extends XATOperatorImp
implements Composer

Implementation for the Composer interface.

Since:
1.0
See Also:
Serialized Form

Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperatorImp
columnsFiltered, outputColumnName, xnodOwner, xtabOutput
 
Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATQueryObjectImp
stats, statsPresent
 
Constructor Summary
ComposerImp(XATNode xnode, int levels)
          Assigns a node to this operator and the levels.
 
Method Summary
 int getLevel()
          Gets the level value.
 void setLevel(int levels)
          Sets the level value.
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperatorImp
clone, getColumnsFiltered, getNode, getOutput, getOutputColumnName, getOutputDataSource, getOutputDataSources, getPrimaryDataSource, getPrimarySource, setDefaultProperties, setNode, setOutput, setOutputColumnName, setProperty, toString
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATQueryObjectImp
addStatistic, compareTo, getStatistics, isValidStatistic, setDefaultStatistics
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATPropertiesImp
addProperty, getProperties, getProperty, isValidPropertyName, setNewPropertyValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComposerImp

public ComposerImp(XATNode xnode,
                   int levels)
Assigns a node to this operator and the levels.
Parameters:
XATNode - edu.wpi.cs.dsrg.xmldb.xat.common.xatnode.XATNode
levels - int
Since:
1.0
Method Detail

getLevel

public int getLevel()
Gets the level value.
Specified by:
getLevel in interface Composer
Returns:
int
Since:
1.0

setLevel

public void setLevel(int levels)
Sets the level value.
Specified by:
setLevel in interface Composer
Parameters:
level - int
Since:
1.0