public static class ProgramCodeGeneratorAdapter.Channel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
channelNumber
The channel number of this channel.
|
IOPort |
port
The port that contains this channel.
|
| Constructor and Description |
|---|
Channel(IOPort portObject,
int channel)
Construct the channel with the given port and channel number.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Whether this channel is the same as the given object.
|
int |
hashCode()
Return the hash code for this channel.
|
java.lang.String |
toString()
Return the string representation of this channel.
|
public IOPort port
public int channelNumber
public Channel(IOPort portObject, int channel)
portObject - The given port.channel - The channel number of this object in the given port.public boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - The given object.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object