All Known Implementing Classes:
AlignmentClosureRefiner, ConfidenceRefiner, RelationTypeRefiner, ResidualRefiner, TypeRefiner

public interface Refiner
A refinement operation. Have to override equals and hash if it uses some attributes.
Author:
Sven Hertling
  • Method Summary

    Modifier and Type
    Method
    Description
    refine(ExecutionResult toBeRefined)
    Create a new refined ExecutionResult from an ExecutionResult.
  • Method Details

    • refine

      ExecutionResult refine(ExecutionResult toBeRefined)
      Create a new refined ExecutionResult from an ExecutionResult. Examples are: only class matches, only non trivial matches etc.
      Parameters:
      toBeRefined - ExecutionResult which should be refined
      Returns:
      a new ExecutionResult which is refined