|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.opencores.structure.Node
|
+--org.opencores.structure.NodePort
design cell port is handled as Node
| Fields inherited from class org.opencores.structure.Node |
dir,
flag,
fx,
fy,
INOUT,
INPUT,
link,
name,
nfx,
nfy,
OUTPUT,
ports,
temp,
visited,
weight,
width,
x,
y |
| Constructor Summary | |
NodePort(int direction)
Constructs new node with given direction |
|
| Method Summary | |
java.lang.Object |
clone()
creates new (unlinked) node with same parameters. |
void |
duplicate(NodePort n)
duplicates parameters from n to this |
java.lang.String |
toString()
|
| Methods inherited from class org.opencores.structure.Node |
duplicate,
linkNets,
setWidth,
unlinkNets |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public NodePort(int direction)
| Method Detail |
public java.lang.String toString()
public java.lang.Object clone()
public void duplicate(NodePort n)
n - node to copy data from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||