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
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: