Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Dice |
Dice.changeLast(Set<Object> valuesSets) |
static Dice |
Dice.create(Set<Object>... path) |
Dice |
Dice.drillDown(Set<Object>... columns) |
Dice |
Dice.drillUp() |
Dice |
Cube.getDice() |
Dice |
InMemoryCube.getDice() |
Modifier and Type | Method and Description |
---|---|
Cuboid |
Cube.getCuboid(Dimensions dimensions,
Dice dice,
Structure structure) |
Cuboid |
InMemoryCube.getCuboid(Dimensions dimensions,
Dice dice,
Structure structure) |
Constructor and Description |
---|
DrilledCuboid(Cube cube,
Cuboid parent,
Dimensions dimensions,
Dice dice,
Structure structure) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.