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

Packages that use CellBackup.Memoization
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. 
com.sun.electric.technology.technologies Package for the individual technologies. 
 

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

Methods in com.sun.electric.database that return CellBackup.Memoization
 CellBackup.Memoization CellBackup.getMemoization()
          Returns data for size computation (connectivity etc).
 

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

Methods in com.sun.electric.database.hierarchy that return CellBackup.Memoization
 CellBackup.Memoization Cell.getMemoization()
          Returns data for size computation (connectivity etc).
 

Uses of CellBackup.Memoization in com.sun.electric.technology
 

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

Methods in com.sun.electric.technology with parameters of type CellBackup.Memoization
protected  Poly[] Technology.computeShapeOfNode(CellBackup.Memoization m, ImmutableNodeInst n, boolean electrical, boolean reasonable, Technology.NodeLayer[] primLayers, EGraphics graphicsOverride)
          Returns the polygons that describe node "ni", given a set of NodeLayer objects to use.
protected  Poly[] Technology.getShapeOfNode(CellBackup.Memoization m, ImmutableNodeInst n, boolean electrical, boolean reasonable, Technology.NodeLayer[] primLayers)
          Returns the polygons that describe node "ni", given a set of NodeLayer objects to use.
 

Uses of CellBackup.Memoization in com.sun.electric.technology.technologies
 

Methods in com.sun.electric.technology.technologies with parameters of type CellBackup.Memoization
protected  Poly[] Schematics.getShapeOfNode(CellBackup.Memoization m, ImmutableNodeInst n, boolean electrical, boolean reasonable, Technology.NodeLayer[] primLayers)
          Method to return a list of Polys that describe a given NodeInst.
protected  Poly[] MoCMOS.getShapeOfNode(CellBackup.Memoization m, ImmutableNodeInst n, boolean electrical, boolean reasonable, Technology.NodeLayer[] primLayers)
          Method to return a list of Polys that describe a given NodeInst.
protected  Poly[] Generic.getShapeOfNode(CellBackup.Memoization m, ImmutableNodeInst n, boolean electrical, boolean reasonable, Technology.NodeLayer[] primLayers)
          Method to return a list of Polys that describe a given NodeInst.
protected  Poly[] GEM.getShapeOfNode(CellBackup.Memoization m, ImmutableNodeInst n, boolean electrical, boolean reasonable, Technology.NodeLayer[] primLayers)
          Method to return a list of Polys that describe a given NodeInst.
protected  Poly[] Artwork.getShapeOfNode(CellBackup.Memoization m, ImmutableNodeInst n, boolean electrical, boolean reasonable, Technology.NodeLayer[] primLayers)
          Method to return a list of Polys that describe a given NodeInst.