Uses of Interface
org.graphdrawing.graphml.xmlns.EdgeType
Packages that use EdgeType
-
Uses of EdgeType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return EdgeTypeModifier and TypeMethodDescriptionEdgeDocument.addNewEdge()Appends and returns a new empty "edge" elementGraphType.addNewEdge()Appends and returns a new empty value (as xml) as the last "edge" elementEdgeDocument.getEdge()Gets the "edge" elementEdgeType[]GraphType.getEdgeArray()Gets array of all "edge" elementsGraphType.getEdgeArray(int i) Gets ith "edge" elementGraphType.insertNewEdge(int i) Inserts and returns a new empty value (as xml) as the ith "edge" elementstatic EdgeTypeEdgeType.Factory.newInstance()static EdgeTypeEdgeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static EdgeTypestatic EdgeTypestatic EdgeTypeEdgeType.Factory.parse(InputStream is) static EdgeTypeEdgeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EdgeTypestatic EdgeTypestatic EdgeTypestatic EdgeTypestatic EdgeTypestatic EdgeTypestatic EdgeTypeEdgeType.Factory.parse(XMLStreamReader sr) static EdgeTypeEdgeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static EdgeTypeEdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static EdgeTypeEdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic EdgeTypestatic EdgeTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type EdgeTypeModifier and TypeMethodDescriptionvoidSets the "edge" elementvoidGraphType.setEdgeArray(int i, EdgeType edge) Sets ith "edge" elementvoidGraphType.setEdgeArray(EdgeType[] edgeArray) Sets array of all "edge" element -
Uses of EdgeType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement EdgeTypeModifier and TypeClassDescriptionclassAn XML edge.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return EdgeTypeModifier and TypeMethodDescriptionEdgeDocumentImpl.addNewEdge()Appends and returns a new empty "edge" elementGraphTypeImpl.addNewEdge()Appends and returns a new empty value (as xml) as the last "edge" elementEdgeDocumentImpl.getEdge()Gets the "edge" elementEdgeType[]GraphTypeImpl.getEdgeArray()Gets array of all "edge" elementsGraphTypeImpl.getEdgeArray(int i) Gets ith "edge" elementGraphTypeImpl.insertNewEdge(int i) Inserts and returns a new empty value (as xml) as the ith "edge" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type EdgeTypeModifier and TypeMethodDescriptionvoidSets the "edge" elementvoidGraphTypeImpl.setEdgeArray(int i, EdgeType edge) Sets ith "edge" elementvoidGraphTypeImpl.setEdgeArray(EdgeType[] edgeArray) Sets array of all "edge" element
XMLInputStream