Uses of Interface
jadex.application.space.envsupport.evaluation.ITableDataConsumer

Packages that use ITableDataConsumer
jadex.application.space.envsupport.environment   
jadex.application.space.envsupport.evaluation   
 

Uses of ITableDataConsumer in jadex.application.space.envsupport.environment
 

Methods in jadex.application.space.envsupport.environment that return ITableDataConsumer
 ITableDataConsumer AbstractEnvironmentSpace.getDataConsumer(String name)
          Get a data consumer.
 

Methods in jadex.application.space.envsupport.environment with parameters of type ITableDataConsumer
 void AbstractEnvironmentSpace.addDataConsumer(String name, ITableDataConsumer consumer)
          Add a new data consumer.
 

Uses of ITableDataConsumer in jadex.application.space.envsupport.evaluation
 

Classes in jadex.application.space.envsupport.evaluation that implement ITableDataConsumer
 class AbstractChartDataConsumer
          Abstract base class for chart consumers.
 class CategoryChartDataConsumer
          Create a category chart consumer, x must be a comparable and y must be double value.
 class CSVFileDataConsumer
          Simple file consumer that writes data into a text file.
 class HistogramDataConsumer
          Create a category chart consumer, x must be a comparable and y must be double value.
 class TimeChartDataConsumer
          Time chart data consumer.
 class XYChartDataConsumer
          Create a X/Y chart consumer, x an y must be double values.
 



Copyright © 2010. All Rights Reserved.