public interface Cuboid
Modifier and Type | Method and Description |
---|---|
Cuboid |
collapse() |
Cuboid |
dice(Set<Object> valuesSets)
Filter on multiple values.
|
Cuboid |
drillDown(Object... columns)
Add one level to the group by.
|
Cuboid |
drillUp()
Remove the last level from the group by.
|
Cube |
getCube() |
Dimensions |
getDimensions() |
Set<Object> |
getDistinct(Group group,
Series columm) |
DistributiveStatistics |
getDistributiveStatistics(Group group,
Series columm) |
Iterable<Group> |
getGroups() |
int |
getGroupsCount() |
Iterable<Group> |
getGroupsStartingWith(Group group) |
int |
getGroupsStartingWithCount(Group group) |
Iterable<Object> |
getRows(Group group) |
Set<Object> |
getValues() |
Cuboid |
slice(Object value)
Filter on a single single values.
|
static final Object ALL
Cube getCube()
Dimensions getDimensions()
int getGroupsStartingWithCount(Group group)
int getGroupsCount()
DistributiveStatistics getDistributiveStatistics(Group group, Series columm)
Cuboid drillDown(Object... columns)
columns
- the levels to addCuboid drillUp()
Cuboid dice(Set<Object> valuesSets)
valuesSets
- Cuboid collapse()
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.