Package | Description |
---|---|
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.database.variable |
Package for handling variables.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
Modifier and Type | Method and Description |
---|---|
Generic |
Snapshot.getGeneric()
Returns Generic technology in this database
|
Modifier and Type | Method and Description |
---|---|
Generic |
EDatabase.getGeneric()
Return Generic technology in this database
|
Modifier and Type | Method and Description |
---|---|
Generic |
ElectricObject.getGeneric()
Returns Generic technology in this database
|
Modifier and Type | Method and Description |
---|---|
Generic |
TechPool.getGeneric()
Returns Generic technology in this database
|
Modifier and Type | Method and Description |
---|---|
Technology |
TechFactory.newInstance(Generic generic) |
Technology |
TechFactory.newInstance(Generic generic,
java.util.Map<TechFactory.Param,java.lang.Object> paramValues) |
Constructor and Description |
---|
Technology(Generic generic,
TechFactory techFactory)
Constructs a
Technology . |
Technology(Generic generic,
TechFactory techFactory,
Foundry.Type defaultFoundry,
int defaultNumMetals)
Constructs a
Technology . |
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 Generic |
Generic.newInstance(IdManager idManager) |
static Generic |
Generic.tech()
the Generic Technology object.
|
Constructor and Description |
---|
Artwork(Generic generic,
TechFactory techFactory) |
EFIDO(Generic generic,
TechFactory techFactory) |
FPGA(Generic generic,
TechFactory techFactory) |
GEM(Generic generic,
TechFactory techFactory) |
MoCMOS(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |
PCB(Generic generic,
TechFactory techFactory) |
RCMOS(Generic generic,
TechFactory techFactory) |
Schematics(Generic generic,
TechFactory techFactory) |