Interface IConditionVisitor

All Known Implementing Classes:
ReportingConditionVisitor

public interface IConditionVisitor
Interface for the visitor object that should be used to add all the condition of the table to.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(IConditionDS conditionDS)
    This method will add the specified condition to the table.
  • Method Details

    • process

      void process(IConditionDS conditionDS)
      This method will add the specified condition to the table.
      Parameters:
      conditionDS - Data source providing the information of the condition.