Grammar
Namespace: FSharpGephiStreamer
Semantics and mappings to represent Gephi interpretable Attributes of Nodes and Edges
Nested types and modules
Type | Description |
Action
|
Action performed on the Gephi graph
|
Attribute
|
Common attributes of nodes and edges
|
EdgeDirection
|
Direction of an edge
|
Functions and values
Function or value | Description |
attibuteToJsonProperty _arg1
Signature: _arg1:Attribute -> (type)
|
converts an attribute to a JSON token
|
formatEdgeAction _arg1
Signature: _arg1:Action -> string
|
Edge action performed on the Gephi graph
|
formatNodeAction _arg1
Signature: _arg1:Action -> string
|
Node action performed on the Gephi graph
|
jsonFormatEdge (...)
Signature: action:Action -> edgeId:string -> sourceId:'a -> targetId:'b -> attributes:Attribute list -> string
Type parameters: 'a, 'b
|
Returns a properly formatted JSON string for an edge
|
jsonFormatNode action nodeId attributes
Signature: action:Action -> nodeId:string -> attributes:Attribute list -> string
|
Returns a properly formatted JSON string for a node
|