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.id |
Package for Ids in the Electric database.
|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.database.variable |
Package for handling variables.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
Modifier and Type | Field and Description |
---|---|
TechId |
ImmutableCell.techId
This ImmutableCell's TechId.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<TechId> |
CellRevision.getTechUsages()
Returns Set of Technologies used in this CellRevision
|
Modifier and Type | Method and Description |
---|---|
Technology |
Snapshot.getTech(TechId techId)
Get Technology by TechId
TechId must belong to same IdManager as TechPool
|
ImmutableCell |
ImmutableCell.withTechId(TechId techId)
Returns ImmutableCell which differs from this ImmutableCell by technology.
|
Modifier and Type | Method and Description |
---|---|
Technology |
EDatabase.getTech(TechId techId)
Get Technology by TechId
TechId must belong to same IdManager as TechPool
|
Modifier and Type | Field and Description |
---|---|
static TechId[] |
TechId.NULL_ARRAY
Empty TechId array for initialization.
|
TechId |
PrimitiveNodeId.techId
TechId of this PrimitiveNodeId.
|
TechId |
LayerId.techId
TechId of this LayerId.
|
TechId |
ArcProtoId.techId
TechId of this ArcProtoId.
|
Modifier and Type | Method and Description |
---|---|
TechId |
IdManager.getTechId(int techIndex)
Returns TechId by given index.
|
TechId |
IdManager.newTechId(java.lang.String techName)
Returns TechId with specified techName.
|
TechId |
IdReader.readTechId()
Reads TechId.
|
Modifier and Type | Method and Description |
---|---|
void |
IdWriter.writeTechId(TechId techId)
Writes TechId.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
PrefPackage.getKey(java.lang.String what,
TechId techId) |
Modifier and Type | Method and Description |
---|---|
Technology |
ElectricObject.getTech(TechId techId)
Get Technology by TechId
TechId must belong to same IdManager as TechPool
|
Modifier and Type | Method and Description |
---|---|
TechId |
Technology.getId()
Returns the TechId of this technology.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<TechId,Technology>> |
TechPool.entrySet() |
Modifier and Type | Method and Description |
---|---|
static Technology |
Technology.findTechnology(TechId techId)
Find the Technology with a particular TechId.
|
Technology.State |
TechPool.getState(TechId techId)
Get Technology.State by TechId
TechId must belong to same IdManager as TechPool
|
Technology |
TechPool.getTech(TechId techId)
Get Technology by TechId
TechId must belong to same IdManager as TechPool
|
Modifier and Type | Method and Description |
---|---|
TechId |
AbstractUserInterface.getCurrentTechId() |