com.espertech.esper.core.context.subselect
Class SubSelectStrategyFactoryDesc
java.lang.Object
com.espertech.esper.core.context.subselect.SubSelectStrategyFactoryDesc
public class SubSelectStrategyFactoryDesc
- extends java.lang.Object
Entry holding lookup resource references for use by SubSelectActivationCollection
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubSelectStrategyFactoryDesc
public SubSelectStrategyFactoryDesc(SubSelectActivationHolder subSelectActivationHolder,
SubSelectStrategyFactory factory,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc,
java.util.List<ExprPriorNode> priorNodesList,
java.util.List<ExprPreviousNode> prevNodesList)
getSubSelectActivationHolder
public SubSelectActivationHolder getSubSelectActivationHolder()
getFactory
public SubSelectStrategyFactory getFactory()
getAggregationServiceFactoryDesc
public AggregationServiceFactoryDesc getAggregationServiceFactoryDesc()
getPriorNodesList
public java.util.List<ExprPriorNode> getPriorNodesList()
getPrevNodesList
public java.util.List<ExprPreviousNode> getPrevNodesList()