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

12 lines
486 B
Java

package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE37_Protocol_Type;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P125_used_object_of_type;
public interface PP47_has_protocol_type
<Out extends PE8_EService, In extends PE37_Protocol_Type>
extends P125_used_object_of_type<Out, In> {
}