Package org.olap4j.transform
Class AxisTransform
java.lang.Object
org.olap4j.transform.AxisTransform
- All Implemented Interfaces:
MdxQueryTransform
- Direct Known Subclasses:
DrillDownOnPositionTransform
,DrillReplaceTransform
,RollUpLevelTransform
Abstract representation of an MDX query transform acting on
a single query axis (e.g. drill-down on member, roll-up, ...)
- Since:
- Aug 7, 2008
- Author:
- etdub
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(SelectNode sn) protected abstract ParseTreeNode
processAxisExp
(ParseTreeNode axisExp) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.olap4j.transform.MdxQueryTransform
getDescription, getName
-
Field Details
-
axis
-
-
Constructor Details
-
AxisTransform
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceMdxQueryTransform
-
processAxisExp
-