| Package | Description |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl |
| Modifier and Type | Method and Description |
|---|---|
EdgeType |
EdgeDocument.addNewEdge()
Appends and returns a new empty "edge" element
|
EdgeType |
GraphType.addNewEdge()
Appends and returns a new empty value (as xml) as the last "edge" element
|
EdgeType |
EdgeDocument.getEdge()
Gets the "edge" element
|
EdgeType[] |
GraphType.getEdgeArray()
Gets array of all "edge" elements
|
EdgeType |
GraphType.getEdgeArray(int i)
Gets ith "edge" element
|
EdgeType |
GraphType.insertNewEdge(int i)
Inserts and returns a new empty value (as xml) as the ith "edge" element
|
static EdgeType |
EdgeType.Factory.newInstance() |
static EdgeType |
EdgeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EdgeType |
EdgeType.Factory.parse(File file) |
static EdgeType |
EdgeType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EdgeType |
EdgeType.Factory.parse(InputStream is) |
static EdgeType |
EdgeType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EdgeType |
EdgeType.Factory.parse(Node node) |
static EdgeType |
EdgeType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EdgeType |
EdgeType.Factory.parse(Reader r) |
static EdgeType |
EdgeType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EdgeType |
EdgeType.Factory.parse(String xmlAsString) |
static EdgeType |
EdgeType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EdgeType |
EdgeType.Factory.parse(URL u) |
static EdgeType |
EdgeType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EdgeType |
EdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EdgeType |
EdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EdgeType |
EdgeType.Factory.parse(XMLStreamReader sr) |
static EdgeType |
EdgeType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeDocument.setEdge(EdgeType edge)
Sets the "edge" element
|
void |
GraphType.setEdgeArray(EdgeType[] edgeArray)
Sets array of all "edge" element
|
void |
GraphType.setEdgeArray(int i,
EdgeType edge)
Sets ith "edge" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeTypeImpl
An XML edge.type(@http://graphml.graphdrawing.org/xmlns).
|
| Modifier and Type | Method and Description |
|---|---|
EdgeType |
EdgeDocumentImpl.addNewEdge()
Appends and returns a new empty "edge" element
|
EdgeType |
GraphTypeImpl.addNewEdge()
Appends and returns a new empty value (as xml) as the last "edge" element
|
EdgeType |
EdgeDocumentImpl.getEdge()
Gets the "edge" element
|
EdgeType[] |
GraphTypeImpl.getEdgeArray()
Gets array of all "edge" elements
|
EdgeType |
GraphTypeImpl.getEdgeArray(int i)
Gets ith "edge" element
|
EdgeType |
GraphTypeImpl.insertNewEdge(int i)
Inserts and returns a new empty value (as xml) as the ith "edge" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeDocumentImpl.setEdge(EdgeType edge)
Sets the "edge" element
|
void |
GraphTypeImpl.setEdgeArray(EdgeType[] edgeArray)
Sets array of all "edge" element
|
void |
GraphTypeImpl.setEdgeArray(int i,
EdgeType edge)
Sets ith "edge" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.