Uses of Interface
com.yworks.xml.graphml.NodePortType
Packages that use NodePortType
-
Uses of NodePortType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return NodePortTypeModifier and TypeMethodDescriptionNodePortsType.addNewNodePort()Appends and returns a new empty value (as xml) as the last "NodePort" elementNodePortsType.getNodePortArray()Gets array of all "NodePort" elementsNodePortsType.getNodePortArray(int i) Gets ith "NodePort" elementNodePortsType.insertNewNodePort(int i) Inserts and returns a new empty value (as xml) as the ith "NodePort" elementstatic NodePortTypeNodePortType.Factory.newInstance()static NodePortTypeNodePortType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static NodePortTypestatic NodePortTypestatic NodePortTypeNodePortType.Factory.parse(InputStream is) static NodePortTypeNodePortType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static NodePortTypestatic NodePortTypestatic NodePortTypestatic NodePortTypestatic NodePortTypestatic NodePortTypestatic NodePortTypeNodePortType.Factory.parse(XMLStreamReader sr) static NodePortTypeNodePortType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static NodePortTypeNodePortType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static NodePortTypeNodePortType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic NodePortTypestatic NodePortTypeMethods in com.yworks.xml.graphml with parameters of type NodePortTypeModifier and TypeMethodDescriptionvoidNodePortsType.setNodePortArray(int i, NodePortType nodePort) Sets ith "NodePort" elementvoidNodePortsType.setNodePortArray(NodePortType[] nodePortArray) Sets array of all "NodePort" element -
Uses of NodePortType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement NodePortTypeModifier and TypeClassDescriptionclassAn XML NodePort.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return NodePortTypeModifier and TypeMethodDescriptionNodePortsTypeImpl.addNewNodePort()Appends and returns a new empty value (as xml) as the last "NodePort" elementNodePortsTypeImpl.getNodePortArray()Gets array of all "NodePort" elementsNodePortsTypeImpl.getNodePortArray(int i) Gets ith "NodePort" elementNodePortsTypeImpl.insertNewNodePort(int i) Inserts and returns a new empty value (as xml) as the ith "NodePort" elementMethods in com.yworks.xml.graphml.impl with parameters of type NodePortTypeModifier and TypeMethodDescriptionvoidNodePortsTypeImpl.setNodePortArray(int i, NodePortType nodePort) Sets ith "NodePort" elementvoidNodePortsTypeImpl.setNodePortArray(NodePortType[] nodePortArray) Sets array of all "NodePort" element
XMLInputStream