com.espertech.esper.dataflow.util
Class LogicalChannelProducingPortDeclared
java.lang.Object
com.espertech.esper.dataflow.util.LogicalChannelProducingPortDeclared
public class LogicalChannelProducingPortDeclared
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogicalChannelProducingPortDeclared
public LogicalChannelProducingPortDeclared(int producingOpNum,
java.lang.String producingOpPrettyPrint,
java.lang.String streamName,
int streamNumber,
GraphTypeDesc typeDesc,
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()
getTypeDesc
public GraphTypeDesc getTypeDesc()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object