byucc.jhdl.base
Class WireList

java.lang.Object
  extended bybyucc.jhdl.base.list.VectorList
      extended bybyucc.jhdl.base.WireList
All Implemented Interfaces:
List

public class WireList
extends VectorList

Stores a list of wires


Constructor Summary
WireList()
           
 
Method Summary
 void append(Wire w)
          Appends a wire to the list
 Wire getSingleWire()
          Gets the first wire on the list
 Wire getWire()
          Gets the current wire
 void insert(Wire w)
          Controls what is inserted
 
Methods inherited from class byucc.jhdl.base.list.VectorList
append, appendList, atEnd, delete, deleteAll, deleteCurrent, elementCount, empty, filter, getElt, init, inList, insert, insertAfterCurrent, insertBeforeCurrent, insertList, intersect, iterator, merge, next, prev, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WireList

public WireList()
Method Detail

insert

public void insert(Wire w)
Controls what is inserted

Parameters:
w - the wire to insert

getWire

public final Wire getWire()
Gets the current wire

Returns:
the current wire

getSingleWire

public final Wire getSingleWire()
Gets the first wire on the list

Returns:
the first wire on the list

append

public final void append(Wire w)
Appends a wire to the list

Parameters:
w - the wire to append


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