Documentation ¶
Index ¶
- Constants
- func WriteD3Data(nodes []Node, edges []Edge, output io.Writer)
- func WriteDOTData(nodes []Node, edges []Edge, output io.Writer)
- func WriteGEXFData(nodes []Node, edges []Edge, output io.Writer)
- func WriteGraphistryData(nodes []Node, edges []Edge, output io.Writer)
- func WriteVisjsData(nodes []Node, edges []Edge, output io.Writer)
- type Edge
- type Node
Constants ¶
View Source
const ( XMLNS string = "http://www.gephi.org/gexf" XMLNSVIZ string = "http://www.gephi.org/gexf/viz" ClassNode string = "node" ClassEdge string = "edge" ModeStatic string = "static" ModeDynamic string = "dynamic" EdgeTypeDirected string = "directed" EdgeTypeUndirected string = "undirected" EdgeTypeMutual string = "mutual" )
View Source
const HTMLEnd string = `` /* 151-byte string literal not displayed */
View Source
const HTMLStart string = `` /* 1598-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.