| Package | Description |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl |
| Modifier and Type | Method and Description |
|---|---|
EndpointType |
EndpointDocument.addNewEndpoint()
Appends and returns a new empty "endpoint" element
|
EndpointType |
HyperedgeType.addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
EndpointType |
EndpointDocument.getEndpoint()
Gets the "endpoint" element
|
EndpointType[] |
HyperedgeType.getEndpointArray()
Gets array of all "endpoint" elements
|
EndpointType |
HyperedgeType.getEndpointArray(int i)
Gets ith "endpoint" element
|
EndpointType |
HyperedgeType.insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element
|
static EndpointType |
EndpointType.Factory.newInstance() |
static EndpointType |
EndpointType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EndpointType |
EndpointType.Factory.parse(File file) |
static EndpointType |
EndpointType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EndpointType |
EndpointType.Factory.parse(InputStream is) |
static EndpointType |
EndpointType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EndpointType |
EndpointType.Factory.parse(Node node) |
static EndpointType |
EndpointType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EndpointType |
EndpointType.Factory.parse(Reader r) |
static EndpointType |
EndpointType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EndpointType |
EndpointType.Factory.parse(String xmlAsString) |
static EndpointType |
EndpointType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EndpointType |
EndpointType.Factory.parse(URL u) |
static EndpointType |
EndpointType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EndpointType |
EndpointType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EndpointType |
EndpointType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EndpointType |
EndpointType.Factory.parse(XMLStreamReader sr) |
static EndpointType |
EndpointType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointDocument.setEndpoint(EndpointType endpoint)
Sets the "endpoint" element
|
void |
HyperedgeType.setEndpointArray(EndpointType[] endpointArray)
Sets array of all "endpoint" element
|
void |
HyperedgeType.setEndpointArray(int i,
EndpointType endpoint)
Sets ith "endpoint" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointTypeImpl
An XML endpoint.type(@http://graphml.graphdrawing.org/xmlns).
|
| Modifier and Type | Method and Description |
|---|---|
EndpointType |
EndpointDocumentImpl.addNewEndpoint()
Appends and returns a new empty "endpoint" element
|
EndpointType |
HyperedgeTypeImpl.addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
EndpointType |
EndpointDocumentImpl.getEndpoint()
Gets the "endpoint" element
|
EndpointType[] |
HyperedgeTypeImpl.getEndpointArray()
Gets array of all "endpoint" elements
|
EndpointType |
HyperedgeTypeImpl.getEndpointArray(int i)
Gets ith "endpoint" element
|
EndpointType |
HyperedgeTypeImpl.insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointDocumentImpl.setEndpoint(EndpointType endpoint)
Sets the "endpoint" element
|
void |
HyperedgeTypeImpl.setEndpointArray(EndpointType[] endpointArray)
Sets array of all "endpoint" element
|
void |
HyperedgeTypeImpl.setEndpointArray(int i,
EndpointType endpoint)
Sets ith "endpoint" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.