Class NonAggregateDataSet

  • All Implemented Interfaces:
    DataSet

    public class NonAggregateDataSet
    extends AbstractDataSet
    DataSet for ordinary non-aggregate data sources. One row of data will be recorded for each element in the recorded dataset.
    Author:
    Nick Collier
    • Method Detail

      • record

        public void record​(Map<Class<?>,​SizedIterable<?>> objMap)
        Description copied from interface: DataSet
        Records data from the specified ObjectListMap of objects.
        Parameters:
        objMap - the objs to record the data from
      • getSourceTypes

        public Iterable<Class<?>> getSourceTypes()
        Description copied from interface: DataSet
        Gets the type of object that this dataset will collect data from.
        Returns: