public interface AIRegistryExpr
AIRegistrySubselect getSubselectService(ExprSubselectNode exprSubselectNode)
AIRegistryAggregation getSubselectAggregationService(ExprSubselectNode exprSubselectNode)
AIRegistryPrior getPriorServices(ExprPriorNode key)
AIRegistryPrevious getPreviousServices(ExprPreviousNode key)
AIRegistryMatchRecognizePrevious getMatchRecognizePrevious()
AIRegistryTableAccess getTableAccessServices(ExprTableAccessNode key)
AIRegistrySubselect allocateSubselect(ExprSubselectNode subselectNode)
AIRegistryAggregation allocateSubselectAggregation(ExprSubselectNode subselectNode)
AIRegistryPrior allocatePrior(ExprPriorNode key)
AIRegistryPrevious allocatePrevious(ExprPreviousNode previousNode)
AIRegistryMatchRecognizePrevious allocateMatchRecognizePrevious()
AIRegistryTableAccess allocateTableAccess(ExprTableAccessNode tableNode)
AIRegistryPrior getOrAllocatePrior(ExprPriorNode key)
AIRegistryPrevious getOrAllocatePrevious(ExprPreviousNode key)
AIRegistrySubselect getOrAllocateSubquery(ExprSubselectNode key)
AIRegistryAggregation getOrAllocateSubselectAggregation(ExprSubselectNode exprSubselectNode)
int getSubselectAgentInstanceCount()
int getPreviousAgentInstanceCount()
int getPriorAgentInstanceCount()
void deassignService(int agentInstanceId)