* @param tool identifies the {@link ToolExperience} to which to add the measurement
* @param m
*/
public void addExperience(String tool,Measurement m) {
ToolExperience b = getToolExperience(tool);
b.addMeasurement(m);
}
/**
* @param tool identifies the {@link ToolExperience}
* @param m identifies the {@link Measurement} which points to a {@link MeasurableProperty}