Interface NonAggregateDataSource

All Superinterfaces:
DataSource
All Known Implementing Classes:
BatchRunDataSource, MethodDataSource, NonAggregateDataSourceWrapper, ParameterDataSource, RandomSeedDataSource, TickCountDataSource

public interface NonAggregateDataSource extends DataSource
Interface for classes that can function as the source of non aggregated data to be logged or charted.
Author:
Nick Collier
  • Method Details

    • get

      Object get(Object obj)
      Gets data given the specified object.
      Parameters:
      obj - an object to get the data from
      Returns:
      the retrieved data.