public class AIRegistryFactorySingle extends Object implements AIRegistryFactory
Modifier and Type | Field and Description |
---|---|
static AIRegistryFactorySingle |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
AIRegistryAggregation |
makeAggregation() |
AIRegistryPreviousGetterStrategy |
makePrevious() |
AIRegistryPriorEvalStrategy |
makePrior() |
AIRegistryRowRecogPreviousStrategy |
makeRowRecogPreviousStrategy() |
AIRegistrySubselectLookup |
makeSubqueryLookup(LookupStrategyDesc lookupStrategyDesc) |
AIRegistryTableAccess |
makeTableAccess() |
public static final AIRegistryFactorySingle INSTANCE
public AIRegistryPriorEvalStrategy makePrior()
makePrior
in interface AIRegistryFactory
public AIRegistryPreviousGetterStrategy makePrevious()
makePrevious
in interface AIRegistryFactory
public AIRegistrySubselectLookup makeSubqueryLookup(LookupStrategyDesc lookupStrategyDesc)
makeSubqueryLookup
in interface AIRegistryFactory
public AIRegistryAggregation makeAggregation()
makeAggregation
in interface AIRegistryFactory
public AIRegistryTableAccess makeTableAccess()
makeTableAccess
in interface AIRegistryFactory
public AIRegistryRowRecogPreviousStrategy makeRowRecogPreviousStrategy()
makeRowRecogPreviousStrategy
in interface AIRegistryFactory
Copyright © 2005–2018. All rights reserved.