Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
com.sun.electric.technology.technologies.photonics | |
com.sun.electric.tool.sandbox | |
com.sun.electric.tool.user.dialogs |
Modifier and Type | Field and Description |
---|---|
protected Xml.Technology |
Technology.xmlTech
Xml representation of this Technology
|
Modifier and Type | Method and Description |
---|---|
Xml.Technology |
Xml.Technology.deepClone() |
Xml.Technology |
TechFactory.getXml(java.util.Map<TechFactory.Param,java.lang.Object> params) |
abstract Xml.Technology |
TechFactory.getXml(java.util.Map<TechFactory.Param,java.lang.Object> params,
java.util.Map<java.lang.Object,java.util.Map<java.lang.String,java.lang.Object>> additionalAttributes) |
Xml.Technology |
Technology.getXmlTech() |
Xml.Technology |
Technology.makeXml()
Create Xml structure of this Technology
|
Xml.Technology |
Technology.makeXml(java.util.Map<java.lang.Object,java.util.Map<java.lang.String,java.lang.Object>> additiionalAttributes)
Create Xml structure of this Technology
|
static Xml.Technology |
Xml.parseTechnology(java.net.URL fileURL) |
static Xml.Technology |
Xml.parseTechnology(java.net.URL fileURL,
boolean checkSchema) |
Modifier and Type | Method and Description |
---|---|
static TechFactory |
TechFactory.fromXml(java.net.URL url,
Xml.Technology xmlTech) |
static DRCTemplate.DRCXMLParser |
DRCTemplate.importDRCDeck(java.net.URL fileURL,
Xml.Technology tech,
boolean verbose)
Method to import DRC deck from a file provided by URL.
|
protected boolean |
DRCTemplate.DRCXMLParser.process(java.net.URL fileURL,
Xml.Technology tech,
boolean verbose)
Method to parse XML file containing the DRC deck
|
Constructor and Description |
---|
Technology(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |
Modifier and Type | Method and Description |
---|---|
static Xml.Technology |
MoCMOS.getPatchedXml(java.util.Map<TechFactory.Param,java.lang.Object> params)
This method is called from TechFactory by reflection.
|
Constructor and Description |
---|
Dummy(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |
MoCMOS(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |
Modifier and Type | Method and Description |
---|---|
static Xml.Technology |
Photonics.getPatchedXml(java.util.Map<TechFactory.Param,java.lang.Object> params)
This method is called from TechFactory by reflection.
|
Constructor and Description |
---|
Photonics(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |
Modifier and Type | Method and Description |
---|---|
Xml.Technology |
TechExplorer.makeXml(java.lang.String techName) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentMenu.showTechnology(java.lang.String name,
Xml.Technology xt,
java.lang.Object[][] theArray,
java.lang.Object[][] factoryArray)
Method to load the dialog with menu information.
|