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