public class Quax extends Object
Quaxes are used by MDX axis query transforms, to construct and use an internal tree-like representation of positions and members from the result CellSetAxis objects of a previous MDX query. This is needed for OLAP navigation operators like drill-down on a position.
Inspired from the JPivot Quax class.
NOTE: not exactly sure how to implement this, to be completed...
public Quax(CellSetAxis cellSetAxis)