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.text |
Package for handling text.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
com.sun.electric.technology.xml |
Package for handling versions of Technology Xml syntax.
|
com.sun.electric.tool.io.input |
Modifier and Type | Field and Description |
---|---|
Version |
ImmutableLibrary.version
version of Electric which wrote the ImmutableLibrary.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableLibrary |
ImmutableLibrary.newInstance(LibId libId,
java.net.URL libFile,
Version version)
Returns new ImmutableLibrary object.
|
ImmutableLibrary |
ImmutableLibrary.withVersion(Version version)
Returns ImmutableLibrary which differs from this ImmutableLibrary by version.
|
Modifier and Type | Method and Description |
---|---|
Version |
Library.getVersion()
Returns verison of Electric which wrote this library.
|
Modifier and Type | Method and Description |
---|---|
void |
Library.setVersion(Version version)
Method to set library version found in header.
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.getVersion()
Method to return the current Electric version.
|
static Version |
Version.parseVersion(java.lang.String version)
Method to parse the specified Version number and return a Version object.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version v)
Compares two
Version objects numerically. |
Modifier and Type | Field and Description |
---|---|
static Version |
Technology.DISK_VERSION_1
Jelib writes base sizes since this Electric Version
|
static Version |
Technology.DISK_VERSION_2
Jelib writes oversize over standard primitive since this Electric Version
|
Version |
Xml.Version.electricVersion |
Modifier and Type | Method and Description |
---|---|
void |
TechPool.correctSizesToDisk(java.util.List<CellRevision> cells,
Version version,
java.util.Map<Setting,java.lang.Object> projectSettings,
boolean isJelib,
boolean keepExtendOverMin) |
Technology.SizeCorrector |
Technology.getSizeCorrector(Version version,
java.util.Map<Setting,java.lang.Object> projectSettings,
boolean isJelib,
boolean keepExtendOverMin) |
Modifier and Type | Field and Description |
---|---|
static Version |
MoCMOS.changeOfMetal6 |
Modifier and Type | Method and Description |
---|---|
Technology.SizeCorrector |
MoCMOS.getSizeCorrector(Version version,
java.util.Map<Setting,java.lang.Object> projectSettings,
boolean isJelib,
boolean keepExtendOverMin) |
Modifier and Type | Field and Description |
---|---|
Version |
Xml805.Version.electricVersion |
Version |
Xml807.Version.electricVersion |
Version |
Xml806.Version.electricVersion |
Modifier and Type | Field and Description |
---|---|
protected Version |
LibraryFiles.version
the Electric version in the library file.
|