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.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.
|
com.sun.electric.tool.erc |
Package for handling the Electrical-rules checking tools.
|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.dialogs.options | |
com.sun.electric.tool.user.ui |
Modifier and Type | Field and Description |
---|---|
TechPool |
Snapshot.techPool |
TechPool |
Environment.techPool |
TechPool |
CellBackup.techPool
Technologies mapping
|
Modifier and Type | Method and Description |
---|---|
TechPool |
Snapshot.getTechPool()
Returns TechPool of this Snapshot
|
TechPool |
CellBackup.Memoization.getTechPool() |
Modifier and Type | Method and Description |
---|---|
boolean |
ImmutableArcInst.check(TechPool techPool) |
static CellBackup |
CellBackup.newInstance(ImmutableCell d,
TechPool techPool)
Creates a new instance of CellBackup
|
CellBackup |
CellBackup.with(ImmutableCell d,
ImmutableNodeInst[] nodesArray,
ImmutableArcInst[] arcsArray,
ImmutableExport[] exportsArray,
TechPool superPool)
Creates a new instance of CellBackup which differs from this CellBackup.
|
CellBackup |
CellBackup.withTechPool(TechPool techPool)
Returns CellBackup which differs from this CellBackup by TechPool.
|
Constructor and Description |
---|
EditingPreferences(boolean factory,
TechPool techPool) |
Modifier and Type | Method and Description |
---|---|
TechPool |
EDatabase.getTechPool()
Returns TechPool of this database
|
Modifier and Type | Method and Description |
---|---|
TechPool |
IdManager.getInitialTechPool() |
Modifier and Type | Method and Description |
---|---|
TechPool |
ElectricObject.getTechPool()
Returns TechPool of this database
|
Modifier and Type | Method and Description |
---|---|
TechPool |
TechPool.deepClone() |
TechPool |
AbstractShapeBuilder.getTechPool() |
static TechPool |
TechPool.getThreadTechPool()
Returns thread-local TechPool
|
static TechPool |
TechPool.read(IdReader reader,
TechPool old)
Reads TechPool from IdReader
|
TechPool |
TechPool.restrict(java.util.BitSet techUsed)
Returns restriction of this TechPool to specified subset of TechIds
|
TechPool |
TechPool.restrict(java.util.BitSet techUsed,
TechPool candidatePool)
Returns restriction of this TechPool to specified subset of TechIds.
|
TechPool |
TechPool.withTech(Technology tech)
Returns new TechPool which differs from this TechPool by adding
new technology
|
TechPool |
TechPool.withTechParams(java.util.Map<TechFactory.Param,java.lang.Object> paramValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
TechPool.equals(TechPool that)
Tests that two TechPools contains the same set of Tehnologies
|
ArcProto[] |
PrimitivePort.getConnections(TechPool allTechs)
Method to return the list of allowable connections on this PrimitivePort.
|
static TechPool |
TechPool.read(IdReader reader,
TechPool old)
Reads TechPool from IdReader
|
TechPool |
TechPool.restrict(java.util.BitSet techUsed,
TechPool candidatePool)
Returns restriction of this TechPool to specified subset of TechIds.
|
void |
TechPool.writeDiff(IdWriter writer,
TechPool old)
Writes this TechPool to IdWriter
|
Constructor and Description |
---|
MultiCutData(ImmutableNodeInst niD,
TechPool techPool)
Constructor to initialize for multiple cuts.
|
Modifier and Type | Method and Description |
---|---|
TechPool |
Job.getTechPool() |
Constructor and Description |
---|
AntennaPreferences(boolean factory,
TechPool techPool) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<Setting,java.lang.Object> |
JELIB.readProjectSettings(java.net.URL fileURL,
FileType fileType,
TechPool techPool,
ErrorLogger errorLogger) |
Constructor and Description |
---|
GraphicsPreferences(boolean factory,
TechPool techPool) |
Modifier and Type | Method and Description |
---|---|
protected TechPool |
PreferencePanel.getTechPool() |
Modifier and Type | Method and Description |
---|---|
static void |
LayerVisibility.setTechPool(TechPool techPool)
Reload standard LayerVisibility from Preferences
|