Uses of Class
com.espertech.esper.client.soda.AnnotationPart

Packages that use AnnotationPart
com.espertech.esper.client.soda This package defines the Esper statement object model. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
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.epl.spec.util Statement spec utilities 
 

Uses of AnnotationPart in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return types with arguments of type AnnotationPart
 java.util.List<AnnotationPart> EPStatementObjectModel.getAnnotations()
          Returns annotations.
 java.util.List<AnnotationPart> DataFlowOperator.getAnnotations()
          Returns the annotations.
 

Methods in com.espertech.esper.client.soda with parameters of type AnnotationPart
 void AnnotationPart.copy(AnnotationPart other)
          Copy annotation values.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type AnnotationPart
 void EPStatementObjectModel.setAnnotations(java.util.List<AnnotationPart> annotations)
          Sets annotations.
 void DataFlowOperator.setAnnotations(java.util.List<AnnotationPart> annotations)
          Sets the annotations.
static void AnnotationPart.toEPL(java.io.StringWriter writer, java.util.List<AnnotationPart> annotations, EPStatementFormatter formatter)
          Print.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type AnnotationPart
DataFlowOperator(java.util.List<AnnotationPart> annotations, java.lang.String operatorName, java.util.List<DataFlowOperatorInput> input, java.util.List<DataFlowOperatorOutput> output, java.util.List<DataFlowOperatorParameter> parameters)
          Ctor
 

Uses of AnnotationPart in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return AnnotationPart
 AnnotationPart EPAdministratorSPI.compileAnnotationToSODA(java.lang.String annotationExpression)
          Compile annotation expressions.
 AnnotationPart EPAdministratorImpl.compileAnnotationToSODA(java.lang.String annotationExpression)
           
 

Uses of AnnotationPart in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return AnnotationPart
static AnnotationPart StatementSpecMapper.unmap(AnnotationDesc node)
          Unmap annotation.
 

Method parameters in com.espertech.esper.epl.spec with type arguments of type AnnotationPart
static java.util.List<AnnotationDesc> StatementSpecMapper.mapAnnotations(java.util.List<AnnotationPart> annotations)
           
 

Uses of AnnotationPart in com.espertech.esper.epl.spec.util
 

Methods in com.espertech.esper.epl.spec.util that return types with arguments of type AnnotationPart
static java.util.List<AnnotationPart> SODAAnalyzer.analyzeModelAnnotations(EPStatementObjectModel model)
           
 


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