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

16 lines
590 B
Java

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