[This is preliminary documentation and is subject to change.]
The GraphLINQ framework contains data types and extension methods that add optimized graph-specific
operators for streams.
Classes
Class | Description | |
---|---|---|
AutoRenamerTIdentifier |
A renaming context with the ability to choose its own names for identifiers.
| |
ExtensionMethods |
The GraphLINQ operators are implemented as extension methods on StreamTRecord, TTime objects.
|
Structures
Structure | Description | |
---|---|---|
Edge |
Represents an edge in a graph as a pair of Nodes.
| |
EdgeWithValueTValue |
Represents an Edge that is associated with a value.
| |
Node |
Represents a node (vertex) in a graph.
| |
NodeWithValueTValue |
Represents a Node that is associated with a value.
|
Remarks