Class: MatchingEvaluation

MatchingEvaluation(adapters)

An evaluation of matching algorithms using predefined test cases.

Constructor

new MatchingEvaluation(adapters)

Construct a new MatchingEvaluation instance.
Parameters:
Name Type Description
adapters Array.<MatchAdapter> The adapters of the matching algorithms to be evaluated.
Source:

Classes

MatchingEvaluation

Methods

(static) all() → {MatchingEvaluation}

Create a MatchingEvaluation instance with all available matching algorithms.
Source:
Returns:
Type
MatchingEvaluation

evalAll(rootDir)

Parameters:
Name Type Description
rootDir String The path to the directory containing the predefined match test case directories. A match test case directory at least includes an old and new process tree as XML documents and a set of rules for the expected matching.
Source: