Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<TechFactory.Param,java.lang.Object> |
Technology.State.paramValues |
Modifier and Type | Method and Description |
---|---|
java.util.List<TechFactory.Param> |
TechFactory.getTechParams() |
java.util.Map<TechFactory.Param,java.lang.Object> |
TechPool.getTechParams() |
Modifier and Type | Method and Description |
---|---|
Setting |
Technology.getSetting(TechFactory.Param param) |
Modifier and Type | Method and Description |
---|---|
abstract Xml.Technology |
TechFactory.getXml(java.util.Map<TechFactory.Param,java.lang.Object> params) |
Technology |
TechFactory.newInstance(Generic generic,
java.util.Map<TechFactory.Param,java.lang.Object> paramValues) |
Technology.State |
Technology.withState(java.util.Map<TechFactory.Param,java.lang.Object> paramValues)
Method to set state of a technology.
|
TechPool |
TechPool.withTechParams(java.util.Map<TechFactory.Param,java.lang.Object> paramValues) |
Constructor and Description |
---|
Technology(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Foundry.Type defaultFoundry,
int defaultNumMetals)
Constructs a
Technology . |
Technology(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |
Technology(IdManager idManager,
Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Foundry.Type defaultFoundry,
int defaultNumMetals)
Constructs a
Technology . |
Modifier and Type | Method and Description |
---|---|
static java.util.List<TechFactory.Param> |
MoCMOS.getTechParams()
This method is called from TechFactory by reflection.
|
Modifier and Type | Method and Description |
---|---|
static Xml.Technology |
MoCMOS.getPatchedXml(java.util.Map<TechFactory.Param,java.lang.Object> params)
This method is called from TechFactory by reflection.
|
Constructor and Description |
---|
MoCMOS(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |