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, uniqueifyCellsWithPrefix
compareTo, equals, exportEDIFName, exportSomeEDIFName, getName, getNewMap, hashCode, toString
public void setNetlist(EDIFNetlist netlist)
setNetlist
in class EDIFLibrary
netlist
- the netlist to setpublic EDIFCell removeCell(EDIFCell cell)
EDIFLibrary
removeCell
in class EDIFLibrary
cell
- The cell to remove.