com.espertech.esper.epl.spec
Class GraphOperatorSpec
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphOperatorSpec
public GraphOperatorSpec(java.lang.String operatorName,
GraphOperatorInput input,
GraphOperatorOutput output,
GraphOperatorDetail detail,
java.util.List<AnnotationDesc> annotations)
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()