byucc.jhdl.base
Class PortRecordList

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

public class PortRecordList
extends VectorList

Stores a list of PortRecords


Constructor Summary
PortRecordList()
           
 
Method Summary
 PortRecord getPortRecord()
          Return the current record
 
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

PortRecordList

public PortRecordList()
Method Detail

getPortRecord

public PortRecord getPortRecord()
Return the current record

Returns:
the port record at the current list location


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