|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.codegen.kernel.CodeGeneratorHelper.Channel
public static class CodeGeneratorHelper.Channel
A class that defines a channel object. A channel object is specified by its port and its channel index in that port.
| Field Summary | |
|---|---|
int |
channelNumber
The channel number of this channel. |
IOPort |
port
The port that contains this channel. |
| Constructor Summary | |
|---|---|
CodeGeneratorHelper.Channel(IOPort portObject,
int channel)
Construct the channel with the given port and channel number. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public IOPort port
public int channelNumber
| Constructor Detail |
|---|
public CodeGeneratorHelper.Channel(IOPort portObject,
int channel)
portObject - The given port.channel - The channel number of this object in the given port.| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||