Class: DiffEvaluation

DiffEvaluation(adapters)

An evaluation of diff algorithms using predefined test cases.

Constructor

new DiffEvaluation(adapters)

Construct a new DiffEvaluation instance.
Parameters:
Name Type Description
adapters Array.<DiffAdapter> The adapters of the algorithms to use for the evaluation.
Source:

Classes

DiffEvaluation

Methods

(static) all() → {DiffEvaluation}

Create a new DiffEvaluation instance that contains all algorithms.
Source:
Returns:
Type
DiffEvaluation

evalAll(rootDir)

Parameters:
Name Type Description
rootDir String The path to the directory containing the predefined diff test case directories. A diff test case directory at least includes an old and new process tree as XML documents.
Source: