byucc.jhdl.apps.Viewers.FloorPlan
Class FloorPlanRecord

java.lang.Object
  extended bybyucc.jhdl.apps.Viewers.FloorPlan.FloorPlanRecord

public class FloorPlanRecord
extends java.lang.Object


Method Summary
 java.lang.String getCellName()
           
 Cell getRepCell()
           
 CircuitView getSchematic()
           
 int getStatus()
           
 boolean isPartiallyPlaced()
           
 boolean isPlaced()
           
 boolean isUnplaced()
           
 void setPartiallyPlaced()
           
 void setPlaced()
           
 void setRepCell(Cell c)
           
 void setSchematic(CircuitView cv)
           
 void setUnplaced()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRepCell

public Cell getRepCell()

setRepCell

public void setRepCell(Cell c)

getCellName

public java.lang.String getCellName()

getStatus

public int getStatus()

setPlaced

public void setPlaced()

setPartiallyPlaced

public void setPartiallyPlaced()

setUnplaced

public void setUnplaced()

isPlaced

public boolean isPlaced()

isPartiallyPlaced

public boolean isPartiallyPlaced()

isUnplaced

public boolean isUnplaced()

getSchematic

public CircuitView getSchematic()

setSchematic

public void setSchematic(CircuitView cv)

toString

public java.lang.String toString()


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