Graph model footprint optimisation #23

Open
claudio.atzori wants to merge 16 commits from ticket_8369 into master
1 changed files with 1 additions and 11 deletions
Showing only changes of commit 112b5c29ec - Show all commits

View File

@ -51,17 +51,7 @@ public class Relation extends Oaf implements Serializable {
private String validationDate;
private List<Provenance> provenance;
private DataInfo dataInfo;
public DataInfo getDataInfo() {
return dataInfo;
}
public void setDataInfo(DataInfo dataInfo) {
this.dataInfo = dataInfo;
}
/**
* List of relation specific properties. Values include 'similarityLevel', indicating the similarity score between a
* pair of publications.