Package mondrian.olap
Interface Walkable
-
- All Known Implementing Classes:
CellProperty
,DimensionExpr
,DrillThrough
,ExpBase
,Explain
,Formula
,HierarchyExpr
,Id
,LevelExpr
,Literal
,MemberExpr
,MemberProperty
,NamedSetExpr
,ParameterExpr
,Query
,QueryAxis
,QueryPart
,ResolvedFunCall
,UnresolvedFunCall
interface Walkable
An object which implementsWalkable
can be tree-walked byWalker
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]
getChildren()
Returns an array of the object's children.
-
-
-
Method Detail
-
getChildren
java.lang.Object[] getChildren()
Returns an array of the object's children. Those which are notWalkable
are ignored.
-
-