Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Graph ¶
type Graph struct {
XMLName xml.Name `xml:"graph"`
Mode string `xml:"mode,attr,omitempty"`
EdgeType string `xml:"defaultedgetype,attr"`
Attrs *attributes `xml:"attributes"`
Nodes []node `xml:"nodes>node"`
Edges []edge `xml:"edges>edge"`
// contains filtered or unexported fields
}
func (*Graph) SetNodeAttrs ¶
Click to show internal directories.
Click to hide internal directories.