|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.base.list.VectorList
byucc.jhdl.base.WireList
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 |
public WireList()
Method Detail |
public void insert(Wire w)
w
- the wire to insertpublic final Wire getWire()
public final Wire getSingleWire()
public final void append(Wire w)
w
- the wire to append
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |