Interface IJustificationVisitor

All Known Implementing Classes:
JustificationVisitor

public interface IJustificationVisitor
This visitor is used during initialization to add justification information to inference rules.
Since:
5.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method may be used to add a justification.
  • Method Details

    • addJustification

      void addJustification(IJustificationDS justificationDS)
      This method may be used to add a justification.
      Parameters:
      justificationDS - Required parameter containing the name justification datasource.
      Throws:
      InitializationException - This exception is thrown when the justification text could not be parsed.