Class ReportingAggregateVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.metamodel.report.ReportingAggregateVisitor
All Implemented Interfaces:
IAggregateVisitor

public class ReportingAggregateVisitor extends ReportingVisitorDS implements IAggregateVisitor
IAggregateVisitor implementation that adds error reporting.
Author:
voicu
  • Constructor Details

  • Method Details

    • process

      public void process(IAggregateDS aggregateDS)
      Description copied from interface: IAggregateVisitor
      The iterate method should invoke this method with a valid data source implementation for each attribute.
      Specified by:
      process in interface IAggregateVisitor
      Parameters:
      aggregateDS - Implementation of the IAggregateDS data source.