com.espertech.esper.dataflow.interfaces
Class DataFlowOpInputPort

java.lang.Object
  extended by com.espertech.esper.dataflow.interfaces.DataFlowOpInputPort

public class DataFlowOpInputPort
extends java.lang.Object


Constructor Summary
DataFlowOpInputPort(GraphTypeDesc typeDesc, java.util.Set<java.lang.String> streamNames, java.lang.String optionalAlias, boolean hasPunctuationSignal)
           
 
Method Summary
 java.lang.String getOptionalAlias()
           
 java.util.Set<java.lang.String> getStreamNames()
           
 GraphTypeDesc getTypeDesc()
           
 boolean isHasPunctuationSignal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFlowOpInputPort

public DataFlowOpInputPort(GraphTypeDesc typeDesc,
                           java.util.Set<java.lang.String> streamNames,
                           java.lang.String optionalAlias,
                           boolean hasPunctuationSignal)
Method Detail

getTypeDesc

public GraphTypeDesc getTypeDesc()

getStreamNames

public java.util.Set<java.lang.String> getStreamNames()

getOptionalAlias

public java.lang.String getOptionalAlias()

isHasPunctuationSignal

public boolean isHasPunctuationSignal()

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