public class Foundry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Foundry.Type |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Layer,java.lang.String> |
getGDSLayers()
Method to return the map from Layers of Foundry's technology to their GDS names in this foundry.
|
Setting |
getGDSLayerSetting(Layer layer)
Method to return the map from Layers of Foundry's technology to project preferences
which define their GDS names in this foundry.
|
java.util.List<DRCTemplate> |
getRules() |
Foundry.Type |
getType() |
void |
setRules(java.util.List<DRCTemplate> list) |
java.lang.String |
toString() |
public Foundry.Type getType()
public java.util.List<DRCTemplate> getRules()
public void setRules(java.util.List<DRCTemplate> list)
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<Layer,java.lang.String> getGDSLayers()