Uses of Class
org.graphdrawing.graphml.GraphType
Package | Description |
---|---|
org.graphdrawing.graphml |
-
Uses of GraphType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphType Modifier and Type Field Description protected GraphType
EdgeType. graph
protected GraphType
HyperedgeType. graph
protected GraphType
NodeType. graph
Methods in org.graphdrawing.graphml that return GraphType Modifier and Type Method Description GraphType
ObjectFactory. createGraphType()
Create an instance ofGraphType
GraphType
EdgeType. getGraph()
Gets the value of the graph property.GraphType
HyperedgeType. getGraph()
Gets the value of the graph property.GraphType
NodeType. getGraph()
Gets the value of the graph property.Methods in org.graphdrawing.graphml that return types with arguments of type GraphType Modifier and Type Method Description javax.xml.bind.JAXBElement<GraphType>
ObjectFactory. createGraph(GraphType value)
Methods in org.graphdrawing.graphml with parameters of type GraphType Modifier and Type Method Description javax.xml.bind.JAXBElement<GraphType>
ObjectFactory. createGraph(GraphType value)
void
EdgeType. setGraph(GraphType value)
Sets the value of the graph property.void
HyperedgeType. setGraph(GraphType value)
Sets the value of the graph property.void
NodeType. setGraph(GraphType value)
Sets the value of the graph property.