com.tonbeller.jpivot.olap.model
Interface Axis

All Superinterfaces:
Decorator, Visitable
All Known Implementing Classes:
AxisImpl, LevelAxisDecorator, MondrianAxis, TestAxis, XMLA_Axis

public interface Axis
extends Visitable, Decorator

Axis of an OLAP Result.

Author:
av

Method Summary
 Hierarchy[] getHierarchies()
          returns the hierachies that are currently visible on this axis. 0 = outermost, N = innermost.
 java.util.List getPositions()
          return the positions on this axis
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.Visitable
accept
 
Methods inherited from interface com.tonbeller.jpivot.olap.model.Decorator
getRootDecoree
 

Method Detail

getPositions

java.util.List getPositions()
return the positions on this axis

See Also:
Position

getHierarchies

Hierarchy[] getHierarchies()
returns the hierachies that are currently visible on this axis. 0 = outermost, N = innermost. The order is significant.