public class AIRegistrySubselectSingle extends Object implements AIRegistrySubselect, ExprSubselectStrategy
Constructor and Description |
---|
AIRegistrySubselectSingle() |
Modifier and Type | Method and Description |
---|---|
void |
assignService(int num,
ExprSubselectStrategy subselectStrategy) |
void |
deassignService(int num) |
Collection<EventBean> |
evaluateMatching(EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext) |
int |
getAgentInstanceCount() |
public void assignService(int num, ExprSubselectStrategy subselectStrategy)
assignService
in interface AIRegistrySubselect
public void deassignService(int num)
deassignService
in interface AIRegistrySubselect
public Collection<EventBean> evaluateMatching(EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext)
evaluateMatching
in interface ExprSubselectStrategy
public int getAgentInstanceCount()
getAgentInstanceCount
in interface AIRegistrySubselect