Uses of Class
com.sun.electric.technology.xml.XmlParam.ArcProto

Packages that use XmlParam.ArcProto
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
 

Uses of XmlParam.ArcProto in com.sun.electric.technology.xml
 

Fields in com.sun.electric.technology.xml with type parameters of type XmlParam.ArcProto
 java.util.List<XmlParam.ArcProto> XmlParam.Technology.arcs
           
 

Methods in com.sun.electric.technology.xml that return XmlParam.ArcProto
 XmlParam.ArcProto XmlParam.Technology.findArc(java.lang.String name)
           
 

Method parameters in com.sun.electric.technology.xml with type arguments of type XmlParam.ArcProto
static XmlParam.MenuPalette XmlParam.parseComponentMenuXMLTechEdit(java.lang.String xml, java.util.List<XmlParam.PrimitiveNode> nodes, java.util.List<XmlParam.ArcProto> arcs)
          Method to parse a string of XML that describes the component menu in a Technology Editing context.