public class Xml
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Xml.ArcLayer |
static class |
Xml.ArcProto |
static class |
Xml.Distance |
static class |
Xml.Foundry |
static class |
Xml.Layer |
static class |
Xml.MenuNodeInst |
static class |
Xml.MenuPalette |
static class |
Xml.NodeLayer |
static class |
Xml.NodeSizeRule |
static class |
Xml.PrimitiveNode |
static class |
Xml.PrimitiveNodeGroup |
static class |
Xml.PrimitivePort |
static class |
Xml.ProtectionType |
static class |
Xml.PureLayerNode |
static class |
Xml.SpiceHeader |
static class |
Xml.Technology |
static class |
Xml.Version |
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_LE_DIFFALPHA
Default Logical effort diff alpha.
|
static double |
DEFAULT_LE_GATECAP
Default Logical effort gate capacitance.
|
static double |
DEFAULT_LE_WIRERATIO
Default Logical effort wire ratio.
|
Modifier and Type | Method and Description |
---|---|
static Xml.MenuPalette |
parseComponentMenuXMLTechEdit(java.lang.String xml,
java.util.List<Xml.PrimitiveNodeGroup> nodeGroups,
java.util.List<Xml.ArcProto> arcs)
Method to parse a string of XML that describes the component menu in a Technology Editing context.
|
static Xml.Technology |
parseTechnology(java.net.URL fileURL) |
public static final double DEFAULT_LE_GATECAP
public static final double DEFAULT_LE_WIRERATIO
public static final double DEFAULT_LE_DIFFALPHA
public static Xml.Technology parseTechnology(java.net.URL fileURL)
public static Xml.MenuPalette parseComponentMenuXMLTechEdit(java.lang.String xml, java.util.List<Xml.PrimitiveNodeGroup> nodeGroups, java.util.List<Xml.ArcProto> arcs)
xml
- the XML stringnodeGroups
- the PrimitiveNodeGroup objects describing nodes in the technology.arcs
- the ArcProto objects describing arcs in the technology.