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.dataframe |
Provides the necessary classes and interfaces for dealing with indexed table structures.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryCube
An in-memory multidimensional cube.
|
Modifier and Type | Field and Description |
---|---|
protected Cube |
AbstractCuboid.cube |
Modifier and Type | Method and Description |
---|---|
Cube |
ApexCuboid.getCube() |
Cube |
Cuboid.getCube() |
Cube |
DrilledCuboid.getCube() |
Constructor and Description |
---|
AbstractCuboid(Cube cube) |
DrilledCuboid(Cube cube,
Cuboid parent,
Dimensions dimensions,
Dice dice,
Structure structure) |
Modifier and Type | Method and Description |
---|---|
protected Cube |
AbstractDataFrame.getCube() |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.