|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbyucc.edif.EdifSingleBitPort
public class EdifSingleBitPort
Represents an Edif single bit port, which belongs to a specific
EdifPort. This class specifies a bit position
and a reference to its parent EdifPort.
| Field Summary | |
|---|---|
private int |
_bitPosition
Position in multi-bit EdifPort |
private EdifPort |
_parent
Parent EdifPort |
| Constructor Summary | |
|---|---|
EdifSingleBitPort(EdifPort parent,
int position)
Constructor requires |
|
| Method Summary | |
|---|---|
int |
bitPosition()
|
boolean |
equals(EdifSingleBitPort esp)
|
EdifNet |
getInnerNet()
Search through the EdifNet objects owned by the EdifCell that uses this EdifSinglebitPort and find the EdifNet object that connects to this top-level port. |
EdifPort |
getParent()
|
java.lang.String |
getPortName()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private int _bitPosition
private EdifPort _parent
| Constructor Detail |
|---|
public EdifSingleBitPort(EdifPort parent,
int position)
parent - The parent EdifPort of this single-bit portposition - The bit-position of this single-bit port| Method Detail |
|---|
public int bitPosition()
public boolean equals(EdifSingleBitPort esp)
public EdifNet getInnerNet()
public EdifPort getParent()
public java.lang.String getPortName()
public 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 | ||||||||