| Package | Description |
|---|---|
| org.graphdrawing.graphml |
| Modifier and Type | Field and Description |
|---|---|
protected Graph |
Node.graph |
protected Graph |
Hyperedge.graph |
protected Graph |
Edge.graph |
| Modifier and Type | Field and Description |
|---|---|
protected List<Graph> |
GraphMLDocument.graphs |
| Modifier and Type | Method and Description |
|---|---|
Graph |
ObjectFactory.createGraphType()
Create an instance of
Graph |
Graph |
Node.getGraph()
Gets the value of the graph property.
|
Graph |
Hyperedge.getGraph()
Gets the value of the graph property.
|
Graph |
Edge.getGraph()
Gets the value of the graph property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Graph> |
ObjectFactory.createGraph(Graph value)
|
List<Graph> |
GraphMLDocument.getGraphs()
Gets the value of the graphs property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Graph> |
ObjectFactory.createGraph(Graph value)
|
void |
Node.setGraph(Graph value)
Sets the value of the graph property.
|
void |
Hyperedge.setGraph(Graph value)
Sets the value of the graph property.
|
void |
Edge.setGraph(Graph value)
Sets the value of the graph property.
|