Uses of Interface
org.graphdrawing.graphml.xmlns.PortType
Packages that use PortType
-
Uses of PortType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return PortTypeModifier and TypeMethodDescriptionNodeType.addNewPort()Appends and returns a new empty value (as xml) as the last "port" elementPortDocument.addNewPort()Appends and returns a new empty "port" elementPortType.addNewPort()Appends and returns a new empty value (as xml) as the last "port" elementPortDocument.getPort()Gets the "port" elementPortType[]NodeType.getPortArray()Gets array of all "port" elementsNodeType.getPortArray(int i) Gets ith "port" elementPortType[]PortType.getPortArray()Gets array of all "port" elementsPortType.getPortArray(int i) Gets ith "port" elementNodeType.insertNewPort(int i) Inserts and returns a new empty value (as xml) as the ith "port" elementPortType.insertNewPort(int i) Inserts and returns a new empty value (as xml) as the ith "port" elementstatic PortTypePortType.Factory.newInstance()static PortTypePortType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static PortTypestatic PortTypestatic PortTypePortType.Factory.parse(InputStream is) static PortTypePortType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static PortTypestatic PortTypestatic PortTypestatic PortTypestatic PortTypestatic PortTypestatic PortTypePortType.Factory.parse(XMLStreamReader sr) static PortTypePortType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static PortTypePortType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static PortTypePortType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic PortTypestatic PortTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type PortTypeModifier and TypeMethodDescriptionvoidSets the "port" elementvoidNodeType.setPortArray(int i, PortType port) Sets ith "port" elementvoidNodeType.setPortArray(PortType[] portArray) Sets array of all "port" elementvoidPortType.setPortArray(int i, PortType port) Sets ith "port" elementvoidPortType.setPortArray(PortType[] portArray) Sets array of all "port" element -
Uses of PortType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement PortTypeModifier and TypeClassDescriptionclassAn XML port.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return PortTypeModifier and TypeMethodDescriptionNodeTypeImpl.addNewPort()Appends and returns a new empty value (as xml) as the last "port" elementPortDocumentImpl.addNewPort()Appends and returns a new empty "port" elementPortTypeImpl.addNewPort()Appends and returns a new empty value (as xml) as the last "port" elementPortDocumentImpl.getPort()Gets the "port" elementPortType[]NodeTypeImpl.getPortArray()Gets array of all "port" elementsNodeTypeImpl.getPortArray(int i) Gets ith "port" elementPortType[]PortTypeImpl.getPortArray()Gets array of all "port" elementsPortTypeImpl.getPortArray(int i) Gets ith "port" elementNodeTypeImpl.insertNewPort(int i) Inserts and returns a new empty value (as xml) as the ith "port" elementPortTypeImpl.insertNewPort(int i) Inserts and returns a new empty value (as xml) as the ith "port" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type PortTypeModifier and TypeMethodDescriptionvoidSets the "port" elementvoidNodeTypeImpl.setPortArray(int i, PortType port) Sets ith "port" elementvoidNodeTypeImpl.setPortArray(PortType[] portArray) Sets array of all "port" elementvoidPortTypeImpl.setPortArray(int i, PortType port) Sets ith "port" elementvoidPortTypeImpl.setPortArray(PortType[] portArray) Sets array of all "port" element
XMLInputStream