| Package | Description |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl |
| Modifier and Type | Method and Description |
|---|---|
GraphType |
GraphDocument.addNewGraph()
Appends and returns a new empty "graph" element
|
GraphType |
HyperedgeType.addNewGraph()
Appends and returns a new empty "graph" element
|
GraphType |
EdgeType.addNewGraph()
Appends and returns a new empty "graph" element
|
GraphType |
NodeType.addNewGraph()
Appends and returns a new empty "graph" element
|
GraphType |
GraphmlType.addNewGraph()
Appends and returns a new empty value (as xml) as the last "graph" element
|
GraphType |
GraphDocument.getGraph()
Gets the "graph" element
|
GraphType |
HyperedgeType.getGraph()
Gets the "graph" element
|
GraphType |
EdgeType.getGraph()
Gets the "graph" element
|
GraphType |
NodeType.getGraph()
Gets the "graph" element
|
GraphType[] |
GraphmlType.getGraphArray()
Gets array of all "graph" elements
|
GraphType |
GraphmlType.getGraphArray(int i)
Gets ith "graph" element
|
GraphType |
GraphmlType.insertNewGraph(int i)
Inserts and returns a new empty value (as xml) as the ith "graph" element
|
static GraphType |
GraphType.Factory.newInstance() |
static GraphType |
GraphType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static GraphType |
GraphType.Factory.parse(File file) |
static GraphType |
GraphType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static GraphType |
GraphType.Factory.parse(InputStream is) |
static GraphType |
GraphType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static GraphType |
GraphType.Factory.parse(Node node) |
static GraphType |
GraphType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static GraphType |
GraphType.Factory.parse(Reader r) |
static GraphType |
GraphType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static GraphType |
GraphType.Factory.parse(String xmlAsString) |
static GraphType |
GraphType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static GraphType |
GraphType.Factory.parse(URL u) |
static GraphType |
GraphType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static GraphType |
GraphType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static GraphType |
GraphType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static GraphType |
GraphType.Factory.parse(XMLStreamReader sr) |
static GraphType |
GraphType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphDocument.setGraph(GraphType graph)
Sets the "graph" element
|
void |
HyperedgeType.setGraph(GraphType graph)
Sets the "graph" element
|
void |
EdgeType.setGraph(GraphType graph)
Sets the "graph" element
|
void |
NodeType.setGraph(GraphType graph)
Sets the "graph" element
|
void |
GraphmlType.setGraphArray(GraphType[] graphArray)
Sets array of all "graph" element
|
void |
GraphmlType.setGraphArray(int i,
GraphType graph)
Sets ith "graph" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphTypeImpl
An XML graph.type(@http://graphml.graphdrawing.org/xmlns).
|
| Modifier and Type | Method and Description |
|---|---|
GraphType |
GraphDocumentImpl.addNewGraph()
Appends and returns a new empty "graph" element
|
GraphType |
HyperedgeTypeImpl.addNewGraph()
Appends and returns a new empty "graph" element
|
GraphType |
EdgeTypeImpl.addNewGraph()
Appends and returns a new empty "graph" element
|
GraphType |
NodeTypeImpl.addNewGraph()
Appends and returns a new empty "graph" element
|
GraphType |
GraphmlTypeImpl.addNewGraph()
Appends and returns a new empty value (as xml) as the last "graph" element
|
GraphType |
GraphDocumentImpl.getGraph()
Gets the "graph" element
|
GraphType |
HyperedgeTypeImpl.getGraph()
Gets the "graph" element
|
GraphType |
EdgeTypeImpl.getGraph()
Gets the "graph" element
|
GraphType |
NodeTypeImpl.getGraph()
Gets the "graph" element
|
GraphType[] |
GraphmlTypeImpl.getGraphArray()
Gets array of all "graph" elements
|
GraphType |
GraphmlTypeImpl.getGraphArray(int i)
Gets ith "graph" element
|
GraphType |
GraphmlTypeImpl.insertNewGraph(int i)
Inserts and returns a new empty value (as xml) as the ith "graph" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphDocumentImpl.setGraph(GraphType graph)
Sets the "graph" element
|
void |
HyperedgeTypeImpl.setGraph(GraphType graph)
Sets the "graph" element
|
void |
EdgeTypeImpl.setGraph(GraphType graph)
Sets the "graph" element
|
void |
NodeTypeImpl.setGraph(GraphType graph)
Sets the "graph" element
|
void |
GraphmlTypeImpl.setGraphArray(GraphType[] graphArray)
Sets array of all "graph" element
|
void |
GraphmlTypeImpl.setGraphArray(int i,
GraphType graph)
Sets ith "graph" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.