WIP: pruning out non necessary fields from the internal model

This commit is contained in:
Claudio Atzori 2023-02-01 17:04:58 +01:00
parent 7b76611955
commit 112b5c29ec
1 changed files with 1 additions and 11 deletions

View File

@ -52,16 +52,6 @@ public class Relation extends Oaf implements Serializable {
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.