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.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)
           
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, 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.technology
 

Methods in com.sun.electric.technology with parameters of type CellBackup
 void AbstractShapeBuilder.setup(CellBackup cellBackup)
           
 

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