com.espertech.esper.dataflow.util
Class LogicalChannelProducingPortCompiled
java.lang.Object
com.espertech.esper.dataflow.util.LogicalChannelProducingPortCompiled
public class LogicalChannelProducingPortCompiled
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogicalChannelProducingPortCompiled
public LogicalChannelProducingPortCompiled(int producingOpNum,
java.lang.String producingOpPrettyPrint,
java.lang.String streamName,
int streamNumber,
GraphTypeDesc graphTypeDesc,
boolean hasPunctuation)
getProducingOpPrettyPrint
public java.lang.String getProducingOpPrettyPrint()
getProducingOpNum
public int getProducingOpNum()
getStreamName
public java.lang.String getStreamName()
getStreamNumber
public int getStreamNumber()
isHasPunctuation
public boolean isHasPunctuation()
getGraphTypeDesc
public GraphTypeDesc getGraphTypeDesc()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object