jadex.application.space.envsupport.evaluation
Interface ITableDataConsumer

All Superinterfaces:
IPropertyObject
All Known Implementing Classes:
AbstractChartDataConsumer, CategoryChartDataConsumer, CSVFileDataConsumer, HistogramDataConsumer, TimeChartDataConsumer, XYChartDataConsumer

public interface ITableDataConsumer
extends IPropertyObject

A table data consumer is triggered to consume data. Consumption can e.g. be writing to a file or showing the data as a graph. It uses a data provider to access the data.


Method Summary
 void consumeData(long time, double tick)
          Consume data from the provider.
 
Methods inherited from interface jadex.commons.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty
 

Method Detail

consumeData

void consumeData(long time,
                 double tick)
Consume data from the provider.

Parameters:
time - The current time.
tick - The current tick.


Copyright © 2010. All Rights Reserved.