|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TechPool | |
---|---|
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 |
Uses of TechPool in com.sun.electric.database |
---|
Fields in com.sun.electric.database declared as TechPool | |
---|---|
TechPool |
Snapshot.techPool
|
TechPool |
Environment.techPool
|
TechPool |
CellBackup.techPool
Technologies mapping |
Methods in com.sun.electric.database that return TechPool | |
---|---|
TechPool |
Snapshot.getTechPool()
Returns TechPool of this Snapshot |
TechPool |
CellBackup.Memoization.getTechPool()
|
Methods in com.sun.electric.database with parameters of type TechPool | |
---|---|
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. |
Constructors in com.sun.electric.database with parameters of type TechPool | |
---|---|
EditingPreferences(boolean factory,
TechPool techPool)
|
Uses of TechPool in com.sun.electric.database.hierarchy |
---|
Methods in com.sun.electric.database.hierarchy that return TechPool | |
---|---|
TechPool |
EDatabase.getTechPool()
Returns TechPool of this database |
Uses of TechPool in com.sun.electric.database.id |
---|
Methods in com.sun.electric.database.id that return TechPool | |
---|---|
TechPool |
IdManager.getInitialTechPool()
|
Uses of TechPool in com.sun.electric.database.variable |
---|
Methods in com.sun.electric.database.variable that return TechPool | |
---|---|
TechPool |
ElectricObject.getTechPool()
Returns TechPool of this database |
Uses of TechPool in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology that return TechPool | |
---|---|
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)
|
Methods in com.sun.electric.technology with parameters of type TechPool | |
---|---|
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 |
Constructors in com.sun.electric.technology with parameters of type TechPool | |
---|---|
Technology.MultiCutData(ImmutableNodeInst niD,
TechPool techPool)
Constructor to initialize for multiple cuts. |
Uses of TechPool in com.sun.electric.tool |
---|
Methods in com.sun.electric.tool that return TechPool | |
---|---|
TechPool |
Job.getTechPool()
|
Uses of TechPool in com.sun.electric.tool.erc |
---|
Constructors in com.sun.electric.tool.erc with parameters of type TechPool | |
---|---|
ERCAntenna.AntennaPreferences(boolean factory,
TechPool techPool)
|
Uses of TechPool in com.sun.electric.tool.io.input |
---|
Methods in com.sun.electric.tool.io.input with parameters of type TechPool | |
---|---|
static java.util.Map<Setting,java.lang.Object> |
JELIB.readProjectSettings(java.net.URL fileURL,
FileType fileType,
TechPool techPool,
ErrorLogger errorLogger)
|
Uses of TechPool in com.sun.electric.tool.user |
---|
Constructors in com.sun.electric.tool.user with parameters of type TechPool | |
---|---|
GraphicsPreferences(boolean factory,
TechPool techPool)
|
Uses of TechPool in com.sun.electric.tool.user.dialogs.options |
---|
Methods in com.sun.electric.tool.user.dialogs.options that return TechPool | |
---|---|
protected TechPool |
PreferencePanel.getTechPool()
|
Uses of TechPool in com.sun.electric.tool.user.ui |
---|
Methods in com.sun.electric.tool.user.ui with parameters of type TechPool | |
---|---|
static void |
LayerVisibility.setTechPool(TechPool techPool)
Reload standard LayerVisibility from Preferences |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |