 | LGSPGraphStatistics Class |
A class for analyzing a graph and storing the statistics about the graph
Inheritance Hierarchy Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic class LGSPGraphStatistics
The LGSPGraphStatistics type exposes the following members.
Constructors
Methods | Name | Description |
---|
 | AnalyzeGraph |
Analyzes the graph.
The calculated data is used to generate good searchplans for the current graph.
To be called from the graph, not directly, to ensure the changes counter is correctly set.
|
 | Copy |
Copy constructor helper.
|
 | ResetStatisticalData | |
Top
Fields | Name | Description |
---|
 | dim0size | |
 | dim1size | |
 | dim2size | |
 | edgeCounts |
The number of compatible edges in the graph for each type at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | graphModel | |
 | inCounts |
The number of edges coming in for each node type at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | meanInDegree |
The mean in degree (independent of edge types) of the nodes of a graph for each node type
at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | meanOutDegree |
The mean out degree (independent of edge types) of the nodes of a graph for each node type
at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | nodeCounts |
The number of compatible nodes in the graph for each type at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | outCounts |
The number of edges going out for each node type at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | vstructs | |
Top
See Also