Uses of Class
com.sun.electric.database.CellBackup

Packages that use CellBackup
com.sun.electric.database Package for the Electric database. 
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
com.sun.electric.technology Package for handling technology information. 
 

Uses of CellBackup in com.sun.electric.database
 

Fields in com.sun.electric.database declared as CellBackup
static CellBackup[] CellBackup.NULL_ARRAY
           
 

Fields in com.sun.electric.database with type parameters of type CellBackup
 ImmutableArrayList<CellBackup> Snapshot.cellBackups
           
static ImmutableArrayList<CellBackup> CellBackup.EMPTY_LIST
           
 

Methods in com.sun.electric.database that return CellBackup
 CellBackup Snapshot.getCell(CellId cellId)
           
 CellBackup Snapshot.getCell(int cellIndex)
           
 CellBackup CellBackup.Memoization.getCellBackup()
           
static CellBackup CellBackup.newInstance(ImmutableCell d, TechPool techPool)
          Creates a new instance of CellBackup
 CellBackup CellBackup.with(ImmutableCell d, ImmutableNodeInst[] nodesArray, ImmutableArcInst[] arcsArray, ImmutableExport[] exportsArray, TechPool superPool)
          Creates a new instance of CellBackup which differs from this CellBackup.
 CellBackup CellBackup.withoutModified()
          Creates a new instance of CellBackup with modified flag off.
 CellBackup CellBackup.withRevisionDate(long revisionDate)
          Creates a new instance of CellBackup which differs from this CellBackup by revision date.
 CellBackup CellBackup.withTechPool(TechPool techPool)
          Returns CellBackup which differs from this CellBackup by TechPool.
 

Methods in com.sun.electric.database with parameters of type CellBackup
 void IdMapper.moveCell(CellBackup cellBackup, CellId newCellId)
          Add to this idMapper mapping from old cellBackup to new cellId together with all exports.
 Snapshot Snapshot.with(Tool tool, Environment environment, CellBackup[] cellBackupsArray, ERectangle[] cellBoundsArray, LibraryBackup[] libBackupsArray)
          Creates a new instance of Snapshot which differs from this Snapshot.
 

Uses of CellBackup in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return CellBackup
 CellBackup Cell.backup()
           
 CellBackup Cell.backupUnsafe()
           
 

Uses of CellBackup in com.sun.electric.database.topology
 

Methods in com.sun.electric.database.topology that return CellBackup
 CellBackup NodeInst.getCellBackupUnsafe()
          Returns CellBackup containing this NodeInst.
 

Uses of CellBackup in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return CellBackup
 CellBackup AbstractShapeBuilder.getCellBackup()
           
 

Methods in com.sun.electric.technology with parameters of type CellBackup
 void AbstractShapeBuilder.setup(CellBackup cellBackup, Orientation orient, boolean electrical, boolean wipePins, boolean reasonable, Layer.Function.Set onlyTheseLayers)
           
 

Constructors in com.sun.electric.technology with parameters of type CellBackup
AbstractShapeBuilder.Shrinkage(CellBackup cellBackup)
           
BoundsBuilder(CellBackup cellBackup)