Interface IValueMappingVisitor

All Known Implementing Classes:
ReportingValueMappingVisitor, ValueMappingVisitor

public interface IValueMappingVisitor
Visitor interface used during initialization to gather the value mappings.
Since:
7.1
Author:
J. van Leuven
  • Method Details

    • addValueMapping

      void addValueMapping(String condition, String valueExpression, IJustificationTreeMappingDS justificationTreeMapping)
      This method may be invoked to add a value mapping.
      Parameters:
      condition - Condition that should be met.
      valueExpression - Expression resulting in a value.
      justificationTreeMapping - the mapped justification tree datasource
      Throws:
      InitializationException - This exception is thrown when the mapping could not be added.