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