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

14 lines
508 B
Java

package org.gcube.informationsystem.parthenos.model.relation;
import org.gcube.informationsystem.parthenos.model.entity.PE8_E_Service;
import org.gcube.informationsystem.parthenos.model.entity.facet.PE29_Access_Point;
import org.gcube.informationsystem.parthenos.model.relation.consistsof.P1_is_identified_by;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP28_has_designated_access_point<Out extends PE8_E_Service, In extends PE29_Access_Point>
extends P1_is_identified_by<Out, In> {
}