Uses of Class
com.espertech.esper.epl.expression.prev.ExprPreviousMatchRecognizeNode

Packages that use ExprPreviousMatchRecognizeNode
com.espertech.esper.core.start Classes related to start and stop of statements 
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
 

Uses of ExprPreviousMatchRecognizeNode in com.espertech.esper.core.start
 

Method parameters in com.espertech.esper.core.start with type arguments of type ExprPreviousMatchRecognizeNode
static void EPStatementStartMethodHelperAssignExpr.assignExpressionStrategies(EPStatementStartMethodSelectDesc selectDesc, AggregationService aggregationService, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategyInstances, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorStrategyInstances, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousStrategyInstances, java.util.Set<ExprPreviousMatchRecognizeNode> matchRecognizeNodes, RegexExprPreviousEvalStrategy matchRecognizePrevEvalStrategy, java.util.Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategyInstances)
           
 

Uses of ExprPreviousMatchRecognizeNode in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core that return types with arguments of type ExprPreviousMatchRecognizeNode
 java.util.Set<ExprPreviousMatchRecognizeNode> ViewResourceDelegateVerifiedStream.getMatchRecognizePreviousRequests()
           
 

Constructor parameters in com.espertech.esper.epl.core with type arguments of type ExprPreviousMatchRecognizeNode
ViewResourceDelegateVerifiedStream(java.util.List<ExprPreviousNode> previousRequests, java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> priorRequests, java.util.Set<ExprPreviousMatchRecognizeNode> matchRecognizePreviousRequests)
           
 

Uses of ExprPreviousMatchRecognizeNode in com.espertech.esper.rowregex
 

Methods in com.espertech.esper.rowregex that return types with arguments of type ExprPreviousMatchRecognizeNode
 java.util.Set<ExprPreviousMatchRecognizeNode> EventRowRegexNFAViewFactory.getPreviousExprNodes()
           
 

Constructor parameters in com.espertech.esper.rowregex with type arguments of type ExprPreviousMatchRecognizeNode
EventRowRegexNFAView(EventRowRegexNFAViewFactory factory, ObjectArrayEventType compositeEventType, EventType rowEventType, MatchRecognizeSpec matchRecognizeSpec, java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams, java.util.Map<java.lang.Integer,java.lang.String> streamsVariables, java.util.Set<java.lang.String> variablesSingle, AgentInstanceContext agentInstanceContext, java.util.TreeMap<java.lang.Integer,java.util.List<ExprPreviousMatchRecognizeNode>> callbacksPerIndex, AggregationServiceMatchRecognize aggregationService, boolean isDefineAsksMultimatches, ObjectArrayBackedEventBean defineMultimatchEventBean, boolean[] isExprRequiresMultimatchState, boolean isUnbound, boolean isIterateOnly, boolean isCollectMultimatches, RowRegexExprNode expandedPatternNode)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com