public class Graph extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org/graph}nodes"/>
<element ref="{http://www.openfuxml.org/graph}edges"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Edges |
edges |
protected Nodes |
nodes |
| Constructor and Description |
|---|
Graph() |
| Modifier and Type | Method and Description |
|---|---|
Edges |
getEdges()
Gets the value of the edges property.
|
Nodes |
getNodes()
Gets the value of the nodes property.
|
boolean |
isSetEdges() |
boolean |
isSetNodes() |
void |
setEdges(Edges value)
Sets the value of the edges property.
|
void |
setNodes(Nodes value)
Sets the value of the nodes property.
|
public Nodes getNodes()
Nodespublic void setNodes(Nodes value)
value - allowed object is
Nodespublic boolean isSetNodes()
public Edges getEdges()
Edgespublic void setEdges(Edges value)
value - allowed object is
Edgespublic boolean isSetEdges()
Copyright © 2023. All rights reserved.