Uses of Class
com.sun.electric.technology.Foundry

Packages that use Foundry
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
 

Uses of Foundry in com.sun.electric.technology
 

Fields in com.sun.electric.technology with type parameters of type Foundry
protected  java.util.List<Foundry> Technology.foundries
          static list of all Manufacturers in Electric
 

Methods in com.sun.electric.technology that return Foundry
protected  Foundry Technology.findFoundry(java.lang.String name)
          Find the Foundry in this technology with a particular name.
 Foundry Technology.getSelectedFoundry()
          Method to get the foundry index associated with this technology.
 

Methods in com.sun.electric.technology that return types with arguments of type Foundry
 java.util.Iterator<Foundry> Technology.getFoundries()
          Get an iterator over all of the Manufacturers.
 

Methods in com.sun.electric.technology with parameters of type Foundry
 void XMLRules.loadDRCRules(Technology tech, Foundry foundry, DRCTemplate theRule, boolean pWellProcess)
           
 

Uses of Foundry in com.sun.electric.tool.drc
 

Methods in com.sun.electric.tool.drc with parameters of type Foundry
static void DRC.cleanCellsDueToFoundryChanges(Technology tech, Foundry f, DRC.DRCPreferences dp)
          Method to clean those cells that were marked with a valid date due to changes in the DRC rules.