Uses of Interface
org.graphdrawing.graphml.xmlns.HyperedgeType
Packages that use HyperedgeType
-
Uses of HyperedgeType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return HyperedgeTypeModifier and TypeMethodDescriptionGraphType.addNewHyperedge()Appends and returns a new empty value (as xml) as the last "hyperedge" elementHyperedgeDocument.addNewHyperedge()Appends and returns a new empty "hyperedge" elementHyperedgeDocument.getHyperedge()Gets the "hyperedge" elementGraphType.getHyperedgeArray()Gets array of all "hyperedge" elementsGraphType.getHyperedgeArray(int i) Gets ith "hyperedge" elementGraphType.insertNewHyperedge(int i) Inserts and returns a new empty value (as xml) as the ith "hyperedge" elementstatic HyperedgeTypeHyperedgeType.Factory.newInstance()static HyperedgeTypeHyperedgeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static HyperedgeTypestatic HyperedgeTypestatic HyperedgeTypeHyperedgeType.Factory.parse(InputStream is) static HyperedgeTypeHyperedgeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static HyperedgeTypestatic HyperedgeTypestatic HyperedgeTypestatic HyperedgeTypestatic HyperedgeTypestatic HyperedgeTypestatic HyperedgeTypeHyperedgeType.Factory.parse(XMLStreamReader sr) static HyperedgeTypeHyperedgeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static HyperedgeTypeHyperedgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static HyperedgeTypeHyperedgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic HyperedgeTypestatic HyperedgeTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type HyperedgeTypeModifier and TypeMethodDescriptionvoidHyperedgeDocument.setHyperedge(HyperedgeType hyperedge) Sets the "hyperedge" elementvoidGraphType.setHyperedgeArray(int i, HyperedgeType hyperedge) Sets ith "hyperedge" elementvoidGraphType.setHyperedgeArray(HyperedgeType[] hyperedgeArray) Sets array of all "hyperedge" element -
Uses of HyperedgeType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement HyperedgeTypeModifier and TypeClassDescriptionclassAn XML hyperedge.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return HyperedgeTypeModifier and TypeMethodDescriptionGraphTypeImpl.addNewHyperedge()Appends and returns a new empty value (as xml) as the last "hyperedge" elementHyperedgeDocumentImpl.addNewHyperedge()Appends and returns a new empty "hyperedge" elementHyperedgeDocumentImpl.getHyperedge()Gets the "hyperedge" elementGraphTypeImpl.getHyperedgeArray()Gets array of all "hyperedge" elementsGraphTypeImpl.getHyperedgeArray(int i) Gets ith "hyperedge" elementGraphTypeImpl.insertNewHyperedge(int i) Inserts and returns a new empty value (as xml) as the ith "hyperedge" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type HyperedgeTypeModifier and TypeMethodDescriptionvoidHyperedgeDocumentImpl.setHyperedge(HyperedgeType hyperedge) Sets the "hyperedge" elementvoidGraphTypeImpl.setHyperedgeArray(int i, HyperedgeType hyperedge) Sets ith "hyperedge" elementvoidGraphTypeImpl.setHyperedgeArray(HyperedgeType[] hyperedgeArray) Sets array of all "hyperedge" element
XMLInputStream