Uses of Class
com.espertech.esper.epl.spec.MatchRecognizeDefineItem

Packages that use MatchRecognizeDefineItem
com.espertech.esper.epl.spec 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 MatchRecognizeDefineItem in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return types with arguments of type MatchRecognizeDefineItem
 java.util.List<MatchRecognizeDefineItem> MatchRecognizeSpec.getDefines()
          Returns the define items.
 

Methods in com.espertech.esper.epl.spec with parameters of type MatchRecognizeDefineItem
 void MatchRecognizeSpec.addDefine(MatchRecognizeDefineItem define)
          Adds a define item.
 

Method parameters in com.espertech.esper.epl.spec with type arguments of type MatchRecognizeDefineItem
 void MatchRecognizeSpec.setDefines(java.util.List<MatchRecognizeDefineItem> defines)
          Set defines.
 

Uses of MatchRecognizeDefineItem in com.espertech.esper.rowregex
 

Methods in com.espertech.esper.rowregex with parameters of type MatchRecognizeDefineItem
static StreamTypeService EventRowRegexNFAViewFactoryHelper.buildDefineStreamTypeServiceDefine(StatementContext statementContext, java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams, MatchRecognizeDefineItem defineItem, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> visibilityByIdentifier, EventType parentViewType)
           
 


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