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

15 lines
447 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.PE23_Volatile_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> {
}