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

java.lang.Object
  extended bybyucc.jhdl.Xilinx.XC4000.techmap.lists.SelectedPlacedCellList

public class SelectedPlacedCellList
extends java.lang.Object


Constructor Summary
SelectedPlacedCellList()
           
 
Method Summary
 void append(PlacedCell pc)
           
 boolean atEnd()
           
 void deleteAll()
           
 boolean empty()
           
 PlacedCell getPlacedCell()
           
 void init()
           
 void insert(PlacedCell pc)
           
 void next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectedPlacedCellList

public SelectedPlacedCellList()
Method Detail

init

public void init()

next

public void next()

atEnd

public boolean atEnd()

empty

public boolean empty()

append

public void append(PlacedCell pc)

insert

public void insert(PlacedCell pc)

getPlacedCell

public PlacedCell getPlacedCell()

deleteAll

public void deleteAll()


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