StrengthMetric Class Reference
[Metric]
#include <StrengthMetric.h>
List of all members.
Detailed Description
StrengthMetric.h - An implementation of the strength parameter.
This plugin is an implementation of the Strength Parameter. algorithm first published in :
Y. Chiricota. F.Jourdan, an G.Melançon
"Software component capture using graph clustering",
"IWPC",
2002.
HISTORY
- 26/02/2002 Verson 0.0.1: First implementation.
- 27/09/2005 Version 0.0.2: Fix bar normalisation of the parameter (error in the paper).
- Note:
- This algorithm works on general graphs.
- Author:
- David Auber University Bordeaux I France: Email:auber@tulip-software.org
LICENCE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Public Member Functions
Constructor & Destructor Documentation
StrengthMetric::StrengthMetric |
( |
const tlp::PropertyContext & |
|
) |
|
|
StrengthMetric::~StrengthMetric |
( |
|
) |
|
|
Member Function Documentation
double StrengthMetric::getEdgeValue |
( |
const tlp::edge |
n |
) |
|
|
double StrengthMetric::getNodeValue |
( |
const tlp::node |
n |
) |
|
|
bool StrengthMetric::run |
( |
|
) |
|
|
|