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

13 lines
301 B
Java

package org.gcube.informationsystem.parthenos.model.entity.resource;
import org.gcube.informationsystem.parthenos.model.entity.resource.cdoc.D14_Software;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE23_Volatile_Software extends D14_Software,
PE20_Volatile_Digital_Object {
}