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

11 lines
237 B
Java

package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.model.entity.Resource;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface E29_Design_or_Procedure extends Resource {
}