public interface AIRegistryExpr
Modifier and Type | Method and Description |
---|---|
AIRegistryMatchRecognizePrevious |
allocateMatchRecognizePrevious() |
AIRegistryPrevious |
allocatePrevious(ExprPreviousNode previousNode) |
AIRegistryPrior |
allocatePrior(ExprPriorNode key) |
AIRegistrySubselect |
allocateSubselect(ExprSubselectNode subselectNode) |
AIRegistryAggregation |
allocateSubselectAggregation(ExprSubselectNode subselectNode) |
void |
deassignService(int agentInstanceId) |
AIRegistryMatchRecognizePrevious |
getMatchRecognizePrevious() |
int |
getPreviousAgentInstanceCount() |
AIRegistryPrevious |
getPreviousServices(ExprPreviousNode key) |
int |
getPriorAgentInstanceCount() |
AIRegistryPrior |
getPriorServices(ExprPriorNode key) |
int |
getSubselectAgentInstanceCount() |
AIRegistryAggregation |
getSubselectAggregationService(ExprSubselectNode exprSubselectNode) |
AIRegistrySubselect |
getSubselectService(ExprSubselectNode exprSubselectNode) |
AIRegistrySubselect getSubselectService(ExprSubselectNode exprSubselectNode)
AIRegistryAggregation getSubselectAggregationService(ExprSubselectNode exprSubselectNode)
AIRegistryPrior getPriorServices(ExprPriorNode key)
AIRegistryPrevious getPreviousServices(ExprPreviousNode key)
AIRegistryMatchRecognizePrevious getMatchRecognizePrevious()
AIRegistrySubselect allocateSubselect(ExprSubselectNode subselectNode)
AIRegistryAggregation allocateSubselectAggregation(ExprSubselectNode subselectNode)
AIRegistryPrior allocatePrior(ExprPriorNode key)
AIRegistryPrevious allocatePrevious(ExprPreviousNode previousNode)
AIRegistryMatchRecognizePrevious allocateMatchRecognizePrevious()
int getSubselectAgentInstanceCount()
int getPreviousAgentInstanceCount()
int getPriorAgentInstanceCount()
void deassignService(int agentInstanceId)