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.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
com.sun.electric.tool.io.input |
Modifier and Type | Field and Description |
---|---|
IdManager |
Snapshot.idManager |
Modifier and Type | Method and Description |
---|---|
IdManager |
EObjectOutputStream.getIdManager() |
IdManager |
EObjectInputStream.getIdManager() |
Constructor and Description |
---|
Environment(IdManager idManager) |
Snapshot(IdManager idManager)
Creates empty snapshot.
|
Modifier and Type | Method and Description |
---|---|
IdManager |
EDatabase.getIdManager() |
Modifier and Type | Field and Description |
---|---|
IdManager |
IdReader.idManager |
IdManager |
CellId.idManager
IdManager which owns this LibId.
|
IdManager |
IdWriter.idManager |
IdManager |
LibId.idManager
IdManager which owns this LibId.
|
IdManager |
TechId.idManager
IdManager which owns this TechId.
|
static IdManager |
IdManager.stdIdManager
Standard IdManager
|
Modifier and Type | Method and Description |
---|---|
IdManager |
CellId.getIdManager()
Returns IdManager which is owner of this CellId.
|
Constructor and Description |
---|
IdReader(java.io.DataInputStream in,
IdManager idManager)
Creates a new instance of SnapshotWriter
|
IdWriter(IdManager idManager,
java.io.DataOutputStream out)
Creates a new instance of SnapshotWriter
|
Modifier and Type | Field and Description |
---|---|
IdManager |
TechPool.idManager |
Constructor and Description |
---|
Technology(IdManager idManager,
Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Foundry.Type defaultFoundry,
int defaultNumMetals)
Constructs a
Technology . |
TechPool(IdManager idManager)
Constructs empty TechPool
|
Modifier and Type | Method and Description |
---|---|
static Generic |
Generic.newInstance(IdManager idManager) |
Modifier and Type | Method and Description |
---|---|
static JelibParser |
JELIB.parse(IdManager idManager,
java.net.URL fileURL,
FileType fileType,
boolean onlyProjectSettings,
ErrorLogger errorLogger) |
static LibraryStatistics |
LibraryStatistics.readList(IdManager idManager,
java.lang.String fileName) |
static LibraryStatistics |
LibraryStatistics.scanDirectories(IdManager idManager,
java.io.File[] dirs) |