public class RowRecogStateRepoFactoryDefault extends Object implements RowRecogStateRepoFactory
Modifier and Type | Field and Description |
---|---|
static RowRecogStateRepoFactoryDefault |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
RowRecogPartitionStateRepo |
makePartitioned(RowRecogPreviousStrategyImpl prevGetter,
RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta,
AgentInstanceContext agentInstanceContext,
RowRecogNFAView view,
boolean keepScheduleState,
RowRecogPartitionTerminationStateComparator terminationStateCompare) |
RowRecogPartitionStateRepo |
makeSingle(RowRecogPreviousStrategyImpl prevGetter,
AgentInstanceContext agentInstanceContext,
RowRecogNFAView view,
boolean keepScheduleState,
RowRecogPartitionTerminationStateComparator terminationStateCompare) |
public static final RowRecogStateRepoFactoryDefault INSTANCE
public RowRecogPartitionStateRepo makeSingle(RowRecogPreviousStrategyImpl prevGetter, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare)
makeSingle
in interface RowRecogStateRepoFactory
public RowRecogPartitionStateRepo makePartitioned(RowRecogPreviousStrategyImpl prevGetter, RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare)
makePartitioned
in interface RowRecogStateRepoFactory
Copyright © 2005–2018. All rights reserved.