public interface Aggregation
Modifier and Type | Method and Description |
---|---|
Aggregation |
as(String name) |
Object |
compute(Cuboid cuboid,
Group group) |
Aggregation |
dividedBy(Aggregation aggregation) |
String |
getName() |
Class |
getType() |
Aggregation |
stdDevBy(Aggregation aggregation) |
Aggregation as(String name)
String getName()
Class getType()
Aggregation dividedBy(Aggregation aggregation)
Aggregation stdDevBy(Aggregation aggregation)
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.