public abstract class AbstractAggregation extends Object implements Aggregation
Constructor and Description |
---|
AbstractAggregation() |
Modifier and Type | Method and Description |
---|---|
Aggregation |
as(String name) |
Aggregation |
dividedBy(Aggregation aggregation) |
String |
getName() |
Aggregation |
stdDevBy(Aggregation aggregation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, getType
public Aggregation as(String name)
as
in interface Aggregation
public String getName()
getName
in interface Aggregation
public Aggregation dividedBy(Aggregation aggregation)
dividedBy
in interface Aggregation
public Aggregation stdDevBy(Aggregation aggregation)
stdDevBy
in interface Aggregation
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.