byucc.jhdl.apps.Jab
Class CellInfo

java.lang.Object
  extended bybyucc.jhdl.apps.Jab.CellInfo

public class CellInfo
extends java.lang.Object


Field Summary
 java.lang.String[] childrenCells
           
 
Constructor Summary
CellInfo(Cell currCell, BrowserCore bCore, boolean getChildWires)
           
 
Method Summary
 PortRecord getPortRecord(int wIndex)
           
 java.lang.String[] getPorts()
           
 java.lang.Object[][] getTableInfo()
           
 Wire getWire(int wIndex)
           
 java.lang.String[] getWires()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childrenCells

public java.lang.String[] childrenCells
Constructor Detail

CellInfo

public CellInfo(Cell currCell,
                BrowserCore bCore,
                boolean getChildWires)
Method Detail

getPorts

public java.lang.String[] getPorts()

getWires

public java.lang.String[] getWires()

getWire

public Wire getWire(int wIndex)

getPortRecord

public PortRecord getPortRecord(int wIndex)

getTableInfo

public java.lang.Object[][] getTableInfo()


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