public class EDIFLibraryBuiltin extends EDIFLibrary
EDIFLibrary with setNetlist() and removeCell() methods disabled.EXPORT_CONST_RENAME_START| Constructor and Description |
|---|
EDIFLibraryBuiltin(String name) |
| Modifier and Type | Method and Description |
|---|---|
EDIFCell |
removeCell(EDIFCell cell)
Removes the cell from the library.
|
void |
setNetlist(EDIFNetlist netlist) |
addCell, addCellRenameDuplicates, containsCell, containsCell, exportEDIF, exportEDIF, exportEDIF, getCell, getCellMap, getCells, getExternallyReferencedCells, getExternallyReferencedLibraries, getNetlist, getValidCellExportOrder, isHDIPrimitivesLibrary, isWorkLibrary, removeCell, uniqueifyCellsWithPrefixcompareTo, equals, exportEDIFName, exportSomeEDIFName, getName, getNewMap, hashCode, toStringpublic void setNetlist(EDIFNetlist netlist)
setNetlist in class EDIFLibrarynetlist - the netlist to setpublic EDIFCell removeCell(EDIFCell cell)
EDIFLibraryremoveCell in class EDIFLibrarycell - The cell to remove.