public class MinMaxByNStateFactory extends Object implements AccumulatorStateFactory<MinMaxByNState>
| Modifier and Type | Class and Description |
|---|---|
static class |
MinMaxByNStateFactory.GroupedMinMaxByNState |
static class |
MinMaxByNStateFactory.SingleMinMaxByNState |
| Constructor and Description |
|---|
MinMaxByNStateFactory() |
| Modifier and Type | Method and Description |
|---|---|
MinMaxByNState |
createGroupedState() |
MinMaxByNState |
createSingleState() |
Class<? extends MinMaxByNState> |
getGroupedStateClass() |
Class<? extends MinMaxByNState> |
getSingleStateClass() |
public MinMaxByNState createSingleState()
createSingleState in interface AccumulatorStateFactory<MinMaxByNState>public Class<? extends MinMaxByNState> getSingleStateClass()
getSingleStateClass in interface AccumulatorStateFactory<MinMaxByNState>public MinMaxByNState createGroupedState()
createGroupedState in interface AccumulatorStateFactory<MinMaxByNState>public Class<? extends MinMaxByNState> getGroupedStateClass()
getGroupedStateClass in interface AccumulatorStateFactory<MinMaxByNState>Copyright © 2012–2019. All rights reserved.