package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.resourcemanagement.model.reference.entity.resource.EService; /** * @author Luca Frosini (ISTI - CNR) */ public interface PE8_EService extends PE1_Service, EService { //public static final String NAME = "PE8_E-Service"; }