}
for(MeasurementImpl mr : mRecords){
if(mr.getIdentifier().equals(propertyID)){
//log.info("adding "+inputDigoRef+ " "+runDate.getTimeInMillis()+" "+execStageRec.getStage()+" "+mr.getIdentifier() +" "+ mr.getValue());
//found the measurementRecord for this property in this run
resBean.addResult(runDate, mr);
}
}
}
}
}