|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.apps.Viewers.Schematic.NetConnection
Field Summary | |
int |
index
|
java.lang.String |
name
|
SchematicNode |
node
|
int |
portWidth
|
PortRecord |
record
|
int[] |
values
|
Constructor Summary | |
NetConnection(SchematicNode node,
PortRecord record,
Net net)
|
Method Summary | |
void |
addValue(int value)
|
java.lang.String |
getName()
|
void |
sortValues()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public SchematicNode node
public PortRecord record
public int[] values
public int index
public java.lang.String name
public int portWidth
Constructor Detail |
public NetConnection(SchematicNode node, PortRecord record, Net net)
Method Detail |
public void addValue(int value)
public void sortValues()
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |