Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Xml.PrimitiveNode> |
Xml.PrimitiveNodeGroup.nodes |
Modifier and Type | Method and Description |
---|---|
Xml.PrimitiveNode |
Xml.Technology.findNode(java.lang.String name) |
Xml.PrimitiveNode |
Xml.Technology.findPinNode(java.lang.String arc)
Method to find the first PrimitiveNode which would have the given arc
|
Modifier and Type | Method and Description |
---|---|
static Xml.MenuPalette |
Xml.parseComponentMenuXMLTechEdit(java.lang.String xml,
java.util.List<Xml.PrimitiveNodeGroup> nodeGroups,
java.util.List<Xml.ArcProto> arcs,
java.util.List<Xml.PrimitiveNode> pureLayerNodes)
Method to parse a string of XML that describes the component menu in a Technology Editing context.
|