com.espertech.esper.epl.spec
Class GraphOperatorSpec

java.lang.Object
  extended by com.espertech.esper.epl.spec.GraphOperatorSpec
All Implemented Interfaces:
java.io.Serializable

public class GraphOperatorSpec
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GraphOperatorSpec(java.lang.String operatorName, GraphOperatorInput input, GraphOperatorOutput output, GraphOperatorDetail detail, java.util.List<AnnotationDesc> annotations)
           
 
Method Summary
 java.util.List<AnnotationDesc> getAnnotations()
           
 GraphOperatorDetail getDetail()
           
 GraphOperatorInput getInput()
           
 java.lang.String getOperatorName()
           
 GraphOperatorOutput getOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphOperatorSpec

public GraphOperatorSpec(java.lang.String operatorName,
                         GraphOperatorInput input,
                         GraphOperatorOutput output,
                         GraphOperatorDetail detail,
                         java.util.List<AnnotationDesc> annotations)
Method Detail

getOperatorName

public java.lang.String getOperatorName()

getInput

public GraphOperatorInput getInput()

getOutput

public GraphOperatorOutput getOutput()

getDetail

public GraphOperatorDetail getDetail()

getAnnotations

public java.util.List<AnnotationDesc> getAnnotations()

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