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

15 lines
457 B
Java

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