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