![]() | LGSPGraphStatistics Class |
Namespace: de.unika.ipd.grGen.lgsp
public class LGSPGraphStatistics
The LGSPGraphStatistics type exposes the following members.
Name | Description | |
---|---|---|
![]() | LGSPGraphStatistics |
Create the statistics class, binding it to the graph model
|
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 |
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 |