public class LogicalChannelProducingPortCompiled
extends java.lang.Object
Constructor and Description |
---|
LogicalChannelProducingPortCompiled(int producingOpNum,
java.lang.String producingOpPrettyPrint,
java.lang.String streamName,
int streamNumber,
GraphTypeDesc graphTypeDesc,
boolean hasPunctuation) |
Modifier and Type | Method and Description |
---|---|
GraphTypeDesc |
getGraphTypeDesc() |
int |
getProducingOpNum() |
java.lang.String |
getProducingOpPrettyPrint() |
java.lang.String |
getStreamName() |
int |
getStreamNumber() |
boolean |
isHasPunctuation() |
java.lang.String |
toString() |
public LogicalChannelProducingPortCompiled(int producingOpNum, java.lang.String producingOpPrettyPrint, java.lang.String streamName, int streamNumber, GraphTypeDesc graphTypeDesc, boolean hasPunctuation)
public java.lang.String getProducingOpPrettyPrint()
public int getProducingOpNum()
public java.lang.String getStreamName()
public int getStreamNumber()
public boolean isHasPunctuation()
public GraphTypeDesc getGraphTypeDesc()
public java.lang.String toString()
toString
in class java.lang.Object