parthenos-entities/src/main/java/org/gcube/informationsystem/model/relation/consistsof/parthenos/PP28_has_designated_access_...

16 lines
627 B
Java

package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_E_Service;
import org.gcube.informationsystem.model.relation.consistsof.cidoc.P1_is_identified_by;
/**
* @author Luca Frosini (ISTI - CNR)
* Links an instance of a PE8 E-Service to the web address at which the
* e-service can be accessed.
*/
public interface PP28_has_designated_access_point<Out extends PE8_E_Service, In extends PE29_Access_Point>
extends P1_is_identified_by<Out, In> {
}