Redesigning E/R instance definition

This commit is contained in:
Luca Frosini 2023-04-20 13:22:57 +02:00
parent d170e1707d
commit c7f6431d4c
1 changed files with 0 additions and 6 deletions

View File

@ -56,10 +56,4 @@ public interface RelationType<S extends EntityType, T extends EntityType>
/* Type is just a Java useful class. The type is not created in the IS. Hence the fields must be redefined */
/*@JsonGetter(value=SOURCE_PROPERTY)
public String getSourceType();
@JsonGetter(value=TARGET_PROPERTY)
public String getTargetType();*/
}