Refs #12211: Upgrade Joint Resource Registry model to PARTHENOS Entity model 3.0

Task-Url: https://support.d4science.org/issues/12211

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@169875 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-07-20 11:03:33 +00:00
parent 82fa244f35
commit 57a2e1e1f8
4 changed files with 24 additions and 5 deletions

View File

@ -0,0 +1,5 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos.inverse;
public interface PP49i_is_access_point_provided_by {
}

View File

@ -0,0 +1,5 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos.inverse;
public interface PP50i_provides_access_to {
}

View File

@ -0,0 +1,14 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE39_Availability_Type;
import org.gcube.informationsystem.model.relation.IsRelatedTo;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP51_has_availability
<Out extends PE1_Service, In extends PE39_Availability_Type>
extends IsRelatedTo<Out, In> {
}

View File

@ -1,5 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse;
public interface PP50i_provides_access_to {
}