byucc.jhdl.Xilinx.XC4000.techmap.lists
Class HierarchicalMappedCellList

java.lang.Object
  extended bybyucc.jhdl.base.list.LinkedList
      extended bybyucc.jhdl.Xilinx.XC4000.techmap.lists.HierarchicalMappedCellList
All Implemented Interfaces:
List

public class HierarchicalMappedCellList
extends LinkedList


Constructor Summary
HierarchicalMappedCellList()
           
 
Method Summary
 void append(Cell c)
           
 boolean cellsArePlaced()
           
 void cellsArePlaced(boolean b)
           
 Cell getCell()
           
 
Methods inherited from class byucc.jhdl.base.list.LinkedList
append, appendList, atBegin, atEnd, delete, deleteAll, deleteCurrent, elementCount, empty, filter, getCurrent, getElt, init, initReverse, inList, insert, insertAfterCurrent, insertBeforeCurrent, insertList, intersect, merge, next, prev, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HierarchicalMappedCellList

public HierarchicalMappedCellList()
Method Detail

append

public void append(Cell c)

getCell

public Cell getCell()

cellsArePlaced

public boolean cellsArePlaced()

cellsArePlaced

public void cellsArePlaced(boolean b)


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