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

15 lines
503 B
Java

package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE32_Curated_Thing;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE3_Curating_Service;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP32_curates
<Out extends PE3_Curating_Service, In extends PE32_Curated_Thing>
extends IsRelatedTo<Out, In> {
}