Fixing relations

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@144938 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-03-15 11:01:24 +00:00
parent 307af6951e
commit 92a7dbf7b6
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,8 @@ import org.gcube.informationsystem.model.relation.consistsof.cidoc.P1_is_identif
* 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_EService, In extends PE29_Access_Point>
public interface PP28_has_designated_access_point
<Out extends PE8_EService, In extends PE29_Access_Point>
extends P1_is_identified_by<Out, In> {
}

View File

@ -7,7 +7,8 @@ import org.gcube.informationsystem.model.relation.ConsistsOf;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP49_provides_access_point<Out extends PE8_EService, In extends PE29_Access_Point>
public interface PP49_provides_access_point
<Out extends PE8_EService, In extends PE29_Access_Point>
extends ConsistsOf<Out, In> {
}

View File

@ -7,7 +7,8 @@ import org.gcube.informationsystem.model.relation.ConsistsOf;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP50_accessible_at<Out extends D1_Digital_Object, In extends PE29_Access_Point>
public interface PP50_accessible_at
<Out extends D1_Digital_Object, In extends PE29_Access_Point>
extends ConsistsOf<Out, In> {
}