org.ow2.clif.analyze.api.graph.virtualdata
Interface AggregateDataControl

All Known Implementing Classes:
AggregateDataImpl

public interface AggregateDataControl

The Interface AggregateDataControl.

Author:
Olivier Liu

Field Summary
static java.lang.String AGGREGATE_DATA_CONTROL
          The Constant AGGREGATE_DATA_CONTROL.
 
Method Summary
 java.util.List<BladeEvent> aggregateBladesOneSameEvent(java.util.List<java.util.List<BladeEvent>> bladeList)
          Aggregate blades on one event type
 

Field Detail

AGGREGATE_DATA_CONTROL

static final java.lang.String AGGREGATE_DATA_CONTROL
The Constant AGGREGATE_DATA_CONTROL.

See Also:
Constant Field Values
Method Detail

aggregateBladesOneSameEvent

java.util.List<BladeEvent> aggregateBladesOneSameEvent(java.util.List<java.util.List<BladeEvent>> bladeList)
Aggregate blades on one event type

Parameters:
bladeList - the blades must have same type (i.e. injectors, or probes of the same kind/class)
Returns:
List virtual data from an aggregation on one event of all the blades selected