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

15 lines
511 B
Java

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