byucc.jhdl.apps.Viewers.Schematic
Class NetConnection

java.lang.Object
  extended bybyucc.jhdl.apps.Viewers.Schematic.NetConnection

public class NetConnection
extends java.lang.Object


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

node

public SchematicNode node

record

public PortRecord record

values

public int[] values

index

public int index

name

public java.lang.String name

portWidth

public int portWidth
Constructor Detail

NetConnection

public NetConnection(SchematicNode node,
                     PortRecord record,
                     Net net)
Method Detail

addValue

public void addValue(int value)

sortValues

public void sortValues()

getName

public java.lang.String getName()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.