|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.NavigateImp | +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.NavUnnestImp
Implementation for the NavUnnest interface.
Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.NavigateImp |
dest,
entry |
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 | |
NavUnnestImp(XATNode xnodInit)
Assigns a node to this operator. |
|
NavUnnestImp(XATNode node,
NavigationStep[] ep,
NavigationStep[] d)
Assigns a node to this operator, an entry point, and a destination . |
Method Summary | |
java.lang.String |
toString()
Returns a String that represents the value of this object. |
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.NavigateImp |
getBinding,
getDestination,
getEntryPoint,
printNode,
setBinding,
setDestination,
setEntryPoint |
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 |
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 |
public NavUnnestImp(XATNode xnodInit)
xnodInit
- edu.wpi.cs.dsrg.xmldb.xat.common.xatnode.XATNodepublic NavUnnestImp(XATNode node, NavigationStep[] ep, NavigationStep[] d)
node
- edu.wpi.cs.dsrg.xmldb.xat.common.xatnode.XATNodeep
- edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.NavigationStep[]d
- edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.NavigationStep[]Method Detail |
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |