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