[Graph Dump] change in the description of the measures field for #5 (comment) and #5 (comment)

This commit is contained in:
Miriam Baglioni 2021-11-16 10:30:06 +01:00
parent ea5ad71286
commit c6e733b47b
1 changed files with 1 additions and 1 deletions

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 * -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 * -alternateIdentifier of type List<ControlledField> that is the list of pids associated to the result coming from NON authoritative
* sources for that pid * 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 { public class Instance implements Serializable {