parthenos-entities/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP17_has_snapshot.java

14 lines
486 B
Java

package org.gcube.informationsystem.parthenos.model.relation.isrelatedto;
import org.gcube.informationsystem.parthenos.model.entity.resource.PE19_Persistent_Digital_Object;
import org.gcube.informationsystem.parthenos.model.entity.resource.PE20_Volatile_Digital_Object;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP17_has_snapshot
<Out extends PE20_Volatile_Digital_Object, In extends PE19_Persistent_Digital_Object>
extends P130_shows_features_of<Out, In> {
}