package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D14_Software; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE13_Software_Computing_EService; import org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc.P16_used_specific_object; /** * @author Luca Frosini (ISTI - CNR) */ public interface PP14_runs_on_request extends P16_used_specific_object { }