parthenos-entities/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_EServ...

13 lines
352 B
Java

package org.gcube.informationsystem.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE16_Curated_Software_EService extends
PE11_Software_Curating_Service, PE14_Software_Delivery_EService,
PE13_Software_Computing_EService {
//public static final String NAME = "PE16_Curated_Software_E-Service";
}