#include <MatchingAlgorithm.h>
§ MatchingAlgorithm()
| MatchingAlgorithm::MatchingAlgorithm |
( |
Graph * |
g, |
|
|
Matching * |
m, |
|
|
float |
goal |
|
) |
| |
§ ~MatchingAlgorithm()
| virtual MatchingAlgorithm::~MatchingAlgorithm |
( |
void |
| ) |
|
|
inlinevirtual |
§ getMatching()
| Matching* MatchingAlgorithm::getMatching |
( |
void |
| ) |
const |
|
inline |
§ getName()
| virtual const char* MatchingAlgorithm::getName |
( |
void |
| ) |
const |
|
pure virtual |
§ run()
| virtual void MatchingAlgorithm::run |
( |
void |
| ) |
|
|
pure virtual |
§ setGoal()
| void MatchingAlgorithm::setGoal |
( |
float |
goal | ) |
|
§ CardinalityGoal
| unsigned long MatchingAlgorithm::CardinalityGoal |
|
protected |
§ TheGraph
| Graph* MatchingAlgorithm::TheGraph |
|
protected |
§ TheMatching
| Matching* MatchingAlgorithm::TheMatching |
|
protected |
The documentation for this class was generated from the following files: