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.
|
com.macrofocus.molap.aggregates.query |
Provides the necessary classes and interfaces for performing queries.
|
Modifier and Type | Method and Description |
---|---|
Structure |
Cube.getStructure() |
Structure |
InMemoryCube.getStructure() |
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) |
Modifier and Type | Method and Description |
---|---|
Structure |
Structure.changeLast(Boolean value) |
static Structure |
Structure.create(Boolean... path) |
static Structure |
Structure.createRoot() |
Structure |
Structure.drillDown(Boolean... columns) |
Structure |
Structure.drillDown(Boolean valueAt) |
Structure |
Structure.drillUp() |
Modifier and Type | Method and Description |
---|---|
boolean |
Structure.startsWith(Structure structure) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.