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

15 lines
500 B
Java

package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE26_RI_Project;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P9_consists_of;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP1_currently_offers
<Out extends PE26_RI_Project, In extends PE1_Service>
extends P9_consists_of<Out,In> {
}