|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbyucc.edif.NamedPropertyObject
byucc.edif.EdifDesign
Represents an EdifDesign within an EdifEnvironment object. An EdifDesign identifies the cell instance at the top level of the hierarchy of an Edif file. A design has a name (renamed if necessary), properties, and a top cell instance.
EdifEnvironment,
Serialized Form| Field Summary | |
private EdifCellInstance |
_topCellInstance
The top EdifCellInstance of this design. |
| Fields inherited from class byucc.edif.NamedPropertyObject |
|
| Constructor Summary | |
EdifDesign(EdifNameable name)
Constructs an empty, named EdifDesign Object |
|
EdifDesign(java.lang.String name)
Constructs an empty, named EdifDesign Object |
|
| Method Summary | |
EdifCellInstance |
getTopCellInstance()
Returns the top cell instance of this design. |
void |
setTopCellInstance(EdifCellInstance cellInstance)
Sets the top EdifCellInstance of this design. |
void |
toEdif(EdifPrintWriter epw)
Converts this Object to EDIF format, and writes it the passed-in EdifPrintWriter. |
java.lang.String |
toString()
Returns a String representation of this Object. |
| Methods inherited from class byucc.edif.NamedPropertyObject |
addProperty, addProperty, equals, equalsProperties, getEdifNameable, getName, getProperty, getPropertyList, rename, rename |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private EdifCellInstance _topCellInstance
| Constructor Detail |
public EdifDesign(java.lang.String name)
name - The name of this EdifDesign Objectpublic EdifDesign(EdifNameable name)
name - The Object that holds name information for this
EdifDesign Object| Method Detail |
public EdifCellInstance getTopCellInstance()
public void setTopCellInstance(EdifCellInstance cellInstance)
cellInstance - The EdifCellInstance Object that this
EdifDesign Object will refer topublic void toEdif(EdifPrintWriter epw)
toEdif in interface EdifOutepw - The EdifPrintWriter Object that will write this
Object's EDIF data topublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||