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 Object[]
getChildren()
Returns an array of the object's children.
-