imbSCI.Graph.FreeGraph Namespace |
Undirected Graph where nodes can connect to each other without restriction
| Class | Description | |
|---|---|---|
| freeGraph | ||
| freeGraphExtensions |
Extensions when working with free graphs
| |
| freeGraphIsland |
Describes one graph island, detected in a freeGraph | |
| freeGraphLink |
Describes a node to node link in the graph query results, not used in actual freeGraph model
| |
| freeGraphLinkBase |
Basic object describing node-to-node relationship in the freeGraph | |
| freeGraphLinkRegistry | ||
| freeGraphNodeAndLinks | ||
| freeGraphNodeBase |
Instance describing a node
| |
| freeGraphQueryResult |
Result of a query over freeGraph collection, contains clones of matched graphs
| |
| freeGraphReport |
Report on free graph
|
| Enumeration | Description | |
|---|---|---|
| freeGraphIslandType |
Type of freeGraphIsland by number of freeGraphNodeBase contained
| |
| freeGraphPingType |
Type of graph ping operation. PingGraphSize(freeGraph, freeGraphNodeBase, Boolean, freeGraphPingType, Int32) |
The graph is built from freeGraphNodeBase and freeGraphLinkBase that have weights (weight) and types (type) assigned.
freeGraphReport provides nice structural analysis of the graph, and detects the freeGraphIslands within a graph