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

14 lines
472 B
Java

package org.gcube.informationsystem.parthenos.model.entity.facet;
import org.gcube.informationsystem.model.entity.facet.AccessPointFacet;
import org.gcube.informationsystem.parthenos.model.entity.facet.cidoc.E51_Contact_Point;
/**
* @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 {
}