Class AggregateVisitor

java.lang.Object
com.aquima.interactions.metamodel.impl.AggregateVisitor
All Implemented Interfaces:
IAggregateVisitor

public class AggregateVisitor extends Object implements IAggregateVisitor
Visitor used during initialization to gather the aggregate definitions.
Author:
voicu
  • Constructor Details

    • AggregateVisitor

      public AggregateVisitor(MetaModel model)
      Constructs a new AggregateVisitor instance.
      Parameters:
      model - The meta model.
  • Method Details

    • process

      public void process(IAggregateDS dataSource)
      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:
      dataSource - Implementation of the IAggregateDS data source.