Package | Description |
---|---|
com.macrofocus.molap.adapter |
Provides the necessary classes and interfaces for adapting with third-party libraries.
|
com.macrofocus.molap.aggregates.aggregation |
Provides the necessary classes and interfaces for defining how the data should be aggregated.
|
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 |
---|---|
Group |
AggregatesTableModel.getGroup(int row) |
Modifier and Type | Method and Description |
---|---|
Integer |
AggregatesTableModel.getGroupIndex(Group group) |
Modifier and Type | Method and Description |
---|---|
Object |
Aggregation.compute(Cuboid cuboid,
Group group) |
Object |
CountAggregation.compute(Cuboid cuboid,
Group group) |
Object |
CountDistinctAggregation.compute(Cuboid cuboid,
Group group) |
Object |
MaxAggregation.compute(Cuboid cuboid,
Group group) |
Object |
MeanAggregation.compute(Cuboid cuboid,
Group group) |
Object |
MinAggregation.compute(Cuboid cuboid,
Group group) |
Object |
StdDevAggregation.compute(Cuboid cuboid,
Group group) |
Object |
SumAggregation.compute(Cuboid cuboid,
Group group) |
Object |
VarianceAggregation.compute(Cuboid cuboid,
Group group) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayGroup |
class |
LinkedGroup |
Modifier and Type | Method and Description |
---|---|
static Group |
GroupFactory.create(Object... path) |
Group |
Dimensions.createOrderedGroup(Group group) |
static Group |
GroupFactory.createRoot() |
Group |
ArrayGroup.drillDown(Object valueAt) |
Group |
Group.drillDown(Object valueAt) |
Group |
LinkedGroup.drillDown(Object valueAt) |
Group |
ArrayGroup.drillUp() |
Group |
Group.drillUp() |
Group |
LinkedGroup.drillUp() |
Modifier and Type | Method and Description |
---|---|
Group |
Dimensions.createOrderedGroup(Group group) |
boolean |
ArrayGroup.startsWith(Group group) |
boolean |
Group.startsWith(Group group) |
boolean |
LinkedGroup.startsWith(Group group) |
Modifier and Type | Method and Description |
---|---|
Iterable<Group> |
ApexCuboid.getGroups() |
Iterable<Group> |
Cuboid.getGroups() |
Iterable<Group> |
DrilledCuboid.getGroups() |
Iterable<Group> |
ApexCuboid.getGroupsStartingWith(Group group) |
Iterable<Group> |
Cuboid.getGroupsStartingWith(Group group) |
Iterable<Group> |
DrilledCuboid.getGroupsStartingWith(Group group) |
Modifier and Type | Method and Description |
---|---|
Set<Object> |
AbstractCuboid.getDistinct(Group group,
Series column) |
Set<Object> |
Cuboid.getDistinct(Group group,
Series columm) |
DistributiveStatistics |
AbstractCuboid.getDistributiveStatistics(Group group,
Series column) |
DistributiveStatistics |
Cuboid.getDistributiveStatistics(Group group,
Series columm) |
Iterable<Group> |
ApexCuboid.getGroupsStartingWith(Group group) |
Iterable<Group> |
Cuboid.getGroupsStartingWith(Group group) |
Iterable<Group> |
DrilledCuboid.getGroupsStartingWith(Group group) |
int |
ApexCuboid.getGroupsStartingWithCount(Group group) |
int |
Cuboid.getGroupsStartingWithCount(Group group) |
int |
DrilledCuboid.getGroupsStartingWithCount(Group group) |
Iterable<Object> |
ApexCuboid.getRows(Group group) |
Iterable<Object> |
Cuboid.getRows(Group group) |
List<Object> |
DrilledCuboid.getRows(Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
QueryDataFrame.getRowKey(int index) |
Modifier and Type | Method and Description |
---|---|
DataFrame<String,Group,?> |
QueryDataFrame.append(Series<String,?> series) |
Series<Group,Object> |
QueryDataFrame.getColumn(String column) |
List<Group> |
CuboidQuery.getGroups() |
List<Group> |
CuboidsQuery.getGroups() |
List<Group> |
OrderQuery.getGroups() |
List<Group> |
PivotQuery.getGroups() |
List<Group> |
Query.getGroups() |
Index<Group> |
QueryDataFrame.getRowIndex() |
Iterable<Group> |
QueryDataFrame.rows() |
Modifier and Type | Method and Description |
---|---|
Series<String,?> |
QueryDataFrame.getRow(Group row) |
int |
QueryDataFrame.getRowAddress(Group row) |
Class |
QueryDataFrame.getRowClass(Group row) |
Object |
CuboidQuery.getValue(Group path,
Aggregation aggregation) |
Object |
CuboidsQuery.getValue(Group path,
Aggregation aggregation) |
Object |
OrderQuery.getValue(Group path,
Aggregation aggregation) |
Object |
PivotQuery.getValue(Group path,
Aggregation aggregation) |
Object |
Query.getValue(Group path,
Aggregation aggregation) |
Object |
QueryDataFrame.getValueAt(Group path,
String column) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.