parthenos-entities/src/main/java/org/gcube/parthenosentities/model/reference/entity/resource/parthenos/PE8_EService.java

13 lines
328 B
Java

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