de.cesr.more.measures
Interface MoreMeasure
- All Known Subinterfaces:
- MoreNodeMeasure
- All Known Implementing Classes:
- MAbstractNetworkMeasure, MAbstractNodeMeasure
public interface MoreMeasure
MORe
The basic measure class that holds the measure type, a map of parameters, the MMeasureDescription
and the MoreAction
responsible for measure calculation.
The parameters
map should be filled with valid String
keys the user might
provide values for. The user than scans the map and assigns values to the keys.
- Date:
- 08.11.2010
getType
Class<?> getType()
- Returns:
- The class type of the object that represents the measure and is set at the nodes
Created by Sascha Holzhauer on 08.11.2010
getParameters
Map<String,Object> getParameters()
- Returns:
- A map with key-values pairs as parameters for this measure
- Date:
- 15.08.2008
getMeasureDescription
MMeasureDescription getMeasureDescription()
- Returns:
- The
MMeasureDescription
for this measure - Date:
- 15.08.2008