parthenos-entities/src/main/java/org/gcube/parthenosentities/model/reference/entity/facet/parthenos/PE29_Access_Point.java

14 lines
494 B
Java

package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
import org.gcube.parthenosentities.model.reference.entity.facet.cidoc.E51_Contact_Point;
import org.gcube.resourcemanagement.model.reference.entity.facet.AccessPointFacet;
/**
* @author Luca Frosini (ISTI - CNR)
* This class comprises instances of web addresses and network addresses by
* which e-services can be accessed.
*/
public interface PE29_Access_Point extends E51_Contact_Point, AccessPointFacet {
}