Uses of Class
com.sun.electric.database.text.Version

Packages that use Version
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   
 

Uses of Version in com.sun.electric.database
 

Fields in com.sun.electric.database declared as Version
 Version ImmutableLibrary.version
          version of Electric which wrote the ImmutableLibrary.
 

Methods in com.sun.electric.database with parameters of type Version
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.
 

Uses of Version in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return Version
 Version Library.getVersion()
          Returns verison of Electric which wrote this library.
 

Methods in com.sun.electric.database.hierarchy with parameters of type Version
 void Library.setVersion(Version version)
          Method to set library version found in header.
 

Uses of Version in com.sun.electric.database.text
 

Methods in com.sun.electric.database.text that return Version
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.
 

Methods in com.sun.electric.database.text with parameters of type Version
 int Version.compareTo(Version v)
          Compares two Version objects numerically.
 

Uses of Version in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as Version
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
           
 

Methods in com.sun.electric.technology with parameters of type Version
 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)
           
 

Uses of Version in com.sun.electric.technology.technologies
 

Fields in com.sun.electric.technology.technologies declared as Version
static Version MoCMOS.changeOfMetal6
           
 

Methods in com.sun.electric.technology.technologies with parameters of type Version
 Technology.SizeCorrector MoCMOS.getSizeCorrector(Version version, java.util.Map<Setting,java.lang.Object> projectSettings, boolean isJelib, boolean keepExtendOverMin)
           
 

Uses of Version in com.sun.electric.technology.xml
 

Fields in com.sun.electric.technology.xml declared as Version
 Version Xml807.Version.electricVersion
           
 Version Xml806.Version.electricVersion
           
 Version Xml805.Version.electricVersion
           
 

Uses of Version in com.sun.electric.tool.io.input
 

Fields in com.sun.electric.tool.io.input declared as Version
protected  Version LibraryFiles.version
          the Electric version in the library file.