Moving the BipFinder! Measures #6

Merged
miriam.baglioni merged 5 commits from instance_measures into master 2021-11-16 10:52:54 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c6e733b47b - Show all commits

View File

@ -19,7 +19,7 @@ import java.util.List;
* -pid of type List<ControlledField> that is the list of pids associated to the result coming from authoritative sources for that pid
* -alternateIdentifier of type List<ControlledField> that is the list of pids associated to the result coming from NON authoritative
* sources for that pid
* -measure list<KeyValue> to represent the measure of beepFinder. It corresponds to measures in the model
* -measure list<KeyValue> to represent the measure computed for this instance (for example the Bip!Finder ones). It corresponds to measures in the model
*/
public class Instance implements Serializable {