Reorganized gCube Model packages

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@177008 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-02-06 09:18:06 +00:00
parent eea3b82116
commit 57f7e7c77b
13 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos; package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
import org.gcube.parthenosentities.model.reference.entity.facet.cidoc.E51_Contact_Point; import org.gcube.parthenosentities.model.reference.entity.facet.cidoc.E51_Contact_Point;
import org.gcube.resourcemanagement.model.reference.entity.facet.AccessPointFacet; import org.gcube.resourcemanagement.model.reference.entities.facets.AccessPointFacet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,8 +1,8 @@
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos; package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
import org.gcube.informationsystem.types.annotations.ISProperty; import org.gcube.informationsystem.types.annotations.ISProperty;
import org.gcube.resourcemanagement.model.reference.entity.facet.ContactFacet; import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet;
import org.gcube.resourcemanagement.model.reference.entity.facet.ContactReferenceFacet; import org.gcube.resourcemanagement.model.reference.entities.facets.ContactReferenceFacet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos; package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
import org.gcube.informationsystem.types.annotations.ISProperty; import org.gcube.informationsystem.types.annotations.ISProperty;
import org.gcube.resourcemanagement.model.reference.entity.properties.ValueSchema; import org.gcube.resourcemanagement.model.reference.properties.ValueSchema;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc; package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
import org.gcube.resourcemanagement.model.reference.entity.resource.Software; import org.gcube.resourcemanagement.model.reference.entities.resources.Software;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc; package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
import org.gcube.resourcemanagement.model.reference.entity.resource.Person; import org.gcube.resourcemanagement.model.reference.entities.resources.Person;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,8 +1,8 @@
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc; package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE_Contact_Reference_Facet; import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE_Contact_Reference_Facet;
import org.gcube.resourcemanagement.model.reference.entity.facet.IdentifierFacet; import org.gcube.resourcemanagement.model.reference.entities.facets.IdentifierFacet;
import org.gcube.resourcemanagement.model.reference.entity.resource.Actor; import org.gcube.resourcemanagement.model.reference.entities.resources.Actor;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc; package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
import org.gcube.resourcemanagement.model.reference.entity.resource.LegalBody; import org.gcube.resourcemanagement.model.reference.entities.resources.LegalBody;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos; package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.resourcemanagement.model.reference.entity.resource.Dataset; import org.gcube.resourcemanagement.model.reference.entities.resources.Dataset;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -4,9 +4,9 @@ import org.gcube.informationsystem.types.annotations.Abstract;
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.E30_Right; import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.E30_Right;
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE_Info_Facet; import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE_Info_Facet;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
import org.gcube.resourcemanagement.model.reference.entity.facet.EventFacet; import org.gcube.resourcemanagement.model.reference.entities.facets.EventFacet;
import org.gcube.resourcemanagement.model.reference.entity.facet.IdentifierFacet; import org.gcube.resourcemanagement.model.reference.entities.facets.IdentifierFacet;
import org.gcube.resourcemanagement.model.reference.entity.resource.Service; import org.gcube.resourcemanagement.model.reference.entities.resources.Service;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos; package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
import org.gcube.resourcemanagement.model.reference.entity.resource.HostingNode; import org.gcube.resourcemanagement.model.reference.entities.resources.HostingNode;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos; package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
import org.gcube.resourcemanagement.model.reference.entity.resource.EService; import org.gcube.resourcemanagement.model.reference.entities.resources.EService;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.parthenosentities.model.reference.relation.consistsof.partheno
import org.gcube.informationsystem.model.reference.relations.ConsistsOf; import org.gcube.informationsystem.model.reference.relations.ConsistsOf;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE1_Service; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE1_Service;
import org.gcube.resourcemanagement.model.reference.entity.facet.EventFacet; import org.gcube.resourcemanagement.model.reference.entities.facets.EventFacet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthen
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE18_Dataset; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE18_Dataset;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE7_Data_Hosting_Service; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE7_Data_Hosting_Service;
import org.gcube.resourcemanagement.model.reference.relation.isrelatedto.Manages; import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Manages;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)