public class GraphType
extends java.lang.Object
Java class for graph.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="graph.type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://graphml.graphdrawing.org/xmlns}desc" minOccurs="0"/> <choice> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://graphml.graphdrawing.org/xmlns}data"/> <element ref="{http://graphml.graphdrawing.org/xmlns}node"/> <element ref="{http://graphml.graphdrawing.org/xmlns}edge"/> <element ref="{http://graphml.graphdrawing.org/xmlns}hyperedge"/> </choice> </sequence> <element ref="{http://graphml.graphdrawing.org/xmlns}locator"/> </choice> </sequence> <attGroup ref="{http://graphml.graphdrawing.org/xmlns}graph.extra.attrib"/> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="edgedefault" use="required" type="{http://graphml.graphdrawing.org/xmlns}graph.edgedefault.type" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
dataOrNodeOrEdge |
protected java.lang.String |
desc |
protected GraphEdgedefaultType |
edgedefault |
protected java.lang.String |
id |
protected LocatorType |
locator |
protected GraphEdgeidsType |
parseEdgeids |
protected java.math.BigInteger |
parseEdges |
protected java.math.BigInteger |
parseMaxindegree |
protected java.math.BigInteger |
parseMaxoutdegree |
protected GraphNodeidsType |
parseNodeids |
protected java.math.BigInteger |
parseNodes |
protected GraphOrderType |
parseOrder |
Constructor and Description |
---|
GraphType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getDataOrNodeOrEdge()
Gets the value of the dataOrNodeOrEdge property.
|
java.lang.String |
getDesc()
Gets the value of the desc property.
|
GraphEdgedefaultType |
getEdgedefault()
Gets the value of the edgedefault property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
LocatorType |
getLocator()
Gets the value of the locator property.
|
GraphEdgeidsType |
getParseEdgeids()
Gets the value of the parseEdgeids property.
|
java.math.BigInteger |
getParseEdges()
Gets the value of the parseEdges property.
|
java.math.BigInteger |
getParseMaxindegree()
Gets the value of the parseMaxindegree property.
|
java.math.BigInteger |
getParseMaxoutdegree()
Gets the value of the parseMaxoutdegree property.
|
GraphNodeidsType |
getParseNodeids()
Gets the value of the parseNodeids property.
|
java.math.BigInteger |
getParseNodes()
Gets the value of the parseNodes property.
|
GraphOrderType |
getParseOrder()
Gets the value of the parseOrder property.
|
void |
setDesc(java.lang.String value)
Sets the value of the desc property.
|
void |
setEdgedefault(GraphEdgedefaultType value)
Sets the value of the edgedefault property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLocator(LocatorType value)
Sets the value of the locator property.
|
void |
setParseEdgeids(GraphEdgeidsType value)
Sets the value of the parseEdgeids property.
|
void |
setParseEdges(java.math.BigInteger value)
Sets the value of the parseEdges property.
|
void |
setParseMaxindegree(java.math.BigInteger value)
Sets the value of the parseMaxindegree property.
|
void |
setParseMaxoutdegree(java.math.BigInteger value)
Sets the value of the parseMaxoutdegree property.
|
void |
setParseNodeids(GraphNodeidsType value)
Sets the value of the parseNodeids property.
|
void |
setParseNodes(java.math.BigInteger value)
Sets the value of the parseNodes property.
|
void |
setParseOrder(GraphOrderType value)
Sets the value of the parseOrder property.
|
protected java.lang.String desc
protected java.util.List<java.lang.Object> dataOrNodeOrEdge
protected LocatorType locator
protected java.lang.String id
protected GraphEdgedefaultType edgedefault
protected GraphNodeidsType parseNodeids
protected GraphEdgeidsType parseEdgeids
protected GraphOrderType parseOrder
protected java.math.BigInteger parseNodes
protected java.math.BigInteger parseEdges
protected java.math.BigInteger parseMaxindegree
protected java.math.BigInteger parseMaxoutdegree
public java.lang.String getDesc()
String
public void setDesc(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.Object> getDataOrNodeOrEdge()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the dataOrNodeOrEdge property.
For example, to add a new item, do as follows:
getDataOrNodeOrEdge().add(newItem);
Objects of the following type(s) are allowed in the list
DataType
NodeType
EdgeType
HyperedgeType
public LocatorType getLocator()
LocatorType
public void setLocator(LocatorType value)
value
- allowed object is
LocatorType
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public GraphEdgedefaultType getEdgedefault()
GraphEdgedefaultType
public void setEdgedefault(GraphEdgedefaultType value)
value
- allowed object is
GraphEdgedefaultType
public GraphNodeidsType getParseNodeids()
GraphNodeidsType
public void setParseNodeids(GraphNodeidsType value)
value
- allowed object is
GraphNodeidsType
public GraphEdgeidsType getParseEdgeids()
GraphEdgeidsType
public void setParseEdgeids(GraphEdgeidsType value)
value
- allowed object is
GraphEdgeidsType
public GraphOrderType getParseOrder()
GraphOrderType
public void setParseOrder(GraphOrderType value)
value
- allowed object is
GraphOrderType
public java.math.BigInteger getParseNodes()
BigInteger
public void setParseNodes(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getParseEdges()
BigInteger
public void setParseEdges(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getParseMaxindegree()
BigInteger
public void setParseMaxindegree(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getParseMaxoutdegree()
BigInteger
public void setParseMaxoutdegree(java.math.BigInteger value)
value
- allowed object is
BigInteger
Copyright 2020 Kieker Project, http://kieker-monitoring.net