Class: AbstractEvaluation

(abstract) AbstractEvaluation(adapters)

Abstract superclass or all automated evaluations.

Constructor

(abstract) new AbstractEvaluation(adapters)

Construct a new AbstractEvaluation instance.
Parameters:
Name Type Description
adapters Array.<(DiffAdapter|MatchAdapter|MergeAdapter)> The adapters of algorithms the to use for the evaluation.
Source:

Classes

AbstractEvaluation

Members

(protected, constant) _adapters :Array.<(DiffAdapter|MatchAdapter|MergeAdapter)>

The adapters of the algorithms to use for the evaluation.
Type:
Source:

LATEX :Object

Constants needed for automated output of Latex plots.
Type:
  • Object
Source:

Methods

(abstract, static) all()

Get the evaluation instance with all adapters.
Source:

(abstract) evalAll()

Run the evaluation for all test cases. The results are printed to stdout.
Source: