public static class MinAggregateOperation.MinAggregateOperationFactory extends java.lang.Object implements AggregateOperation.AggregateOperationFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
MinAggregateOperationFactory() |
| Modifier and Type | Method and Description |
|---|---|
AggregateOperation |
create(java.lang.Object... os) |
java.lang.String |
getName() |
boolean |
isApplicable(java.lang.Object... value) |
public static final java.lang.String NAME
public AggregateOperation create(java.lang.Object... os)
create in interface AggregateOperation.AggregateOperationFactorycreate in interface Factorypublic boolean isApplicable(java.lang.Object... value)
isApplicable in interface IsApplicable