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

15 lines
508 B
Java

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