kieker.tools.opad.filter
Class UniteMeasurementPairFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.opad.filter.UniteMeasurementPairFilter
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin
public class UniteMeasurementPairFilter
- extends AbstractFilterPlugin
This Filter brings a Measurement Point and a corresponding Forecasting value together.
- Since:
- 1.9
- Author:
- Tom Frotscher
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
Methods inherited from interface kieker.analysis.plugin.IPlugin |
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
INPUT_PORT_NAME_TSPOINT
public static final String INPUT_PORT_NAME_TSPOINT
- See Also:
- Constant Field Values
INPUT_PORT_NAME_FORECAST
public static final String INPUT_PORT_NAME_FORECAST
- See Also:
- Constant Field Values
OUTPUT_PORT_NAME_FORECASTED_AND_CURRENT
public static final String OUTPUT_PORT_NAME_FORECASTED_AND_CURRENT
- See Also:
- Constant Field Values
UniteMeasurementPairFilter
public UniteMeasurementPairFilter(Configuration configuration,
IProjectContext projectContext)
getCurrentConfiguration
public Configuration getCurrentConfiguration()
- Description copied from class:
AbstractAnalysisComponent
- This method should deliver a
Configuration
object containing the current configuration of this instance. In other words: The constructor should be
able to use the given object to initialize a new instance of this class with the same intern properties.
- Specified by:
getCurrentConfiguration
in interface IAnalysisComponent
- Specified by:
getCurrentConfiguration
in interface IPlugin
- Specified by:
getCurrentConfiguration
in class AbstractAnalysisComponent
- Returns:
- A completely filled configuration object.
inputTSPoint
public void inputTSPoint(NamedDoubleTimeSeriesPoint input)
- Method that represents the input port for incoming measurements.
- Parameters:
input
- The incoming measurement.
inputForecastValue
public void inputForecastValue(IForecastMeasurementPair input)
- Method that represents the input port for incoming forecast.
- Parameters:
input
- The incoming forecast.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>