Package | Description |
---|---|
com.macrofocus.molap.adapter |
Provides the necessary classes and interfaces for adapting with third-party libraries.
|
com.macrofocus.molap.aggregates.cube |
Provides the necessary classes and interfaces for dealing with multidimensional cubes.
|
com.macrofocus.molap.aggregates.cuboid |
Provides the necessary classes and interfaces for dealing with cuboids.
|
com.macrofocus.molap.aggregates.query |
Provides the necessary classes and interfaces for performing queries.
|
Modifier and Type | Method and Description |
---|---|
Dimensions |
AggregatesTableModel.getDimensions() |
Modifier and Type | Method and Description |
---|---|
void |
AggregatesTableModel.setDimensions(Dimensions dimensions) |
Modifier and Type | Method and Description |
---|---|
static Dimensions |
Dimensions.create(Object... path) |
Dimensions |
Dimensions.drillDown(Object... columns) |
Dimensions |
Dimensions.drillUp() |
Dimensions |
Cube.getRoot() |
Dimensions |
InMemoryCube.getRoot() |
Modifier and Type | Method and Description |
---|---|
Cuboid |
Cube.getCuboid(Dimensions dimensions,
Dice dice,
Structure structure) |
Cuboid |
InMemoryCube.getCuboid(Dimensions dimensions,
Dice dice,
Structure structure) |
Modifier and Type | Method and Description |
---|---|
Dimensions |
ApexCuboid.getDimensions() |
Dimensions |
Cuboid.getDimensions() |
Dimensions |
DrilledCuboid.getDimensions() |
Constructor and Description |
---|
ApexCuboid(InMemoryCube cube,
Dimensions dimensions) |
DrilledCuboid(Cube cube,
Cuboid parent,
Dimensions dimensions,
Dice dice,
Structure structure) |
Modifier and Type | Method and Description |
---|---|
Dimensions |
CuboidQuery.getDimensions() |
Dimensions |
CuboidsQuery.getDimensions() |
Dimensions |
OrderQuery.getDimensions() |
Dimensions |
PivotQuery.getDimensions() |
Dimensions |
Query.getDimensions() |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.