Refactored due to IS Model Packages Reorganization

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

View File

@ -3,7 +3,7 @@ package org.gcube.parthenosentities.model;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import org.gcube.informationsystem.model.impl.utils.discovery.RegistrationProvider; import org.gcube.informationsystem.utils.discovery.RegistrationProvider;
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.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.resource.cidoc.D1_Digital_Object; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.entity.facet.cidoc; package org.gcube.parthenosentities.model.reference.entity.facet.cidoc;
import org.gcube.informationsystem.model.reference.entity.Facet; import org.gcube.informationsystem.model.reference.entities.Facet;
/** /**
* @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.model.reference.annotations.ISProperty; import org.gcube.informationsystem.model.reference.entities.Facet;
import org.gcube.informationsystem.model.reference.entity.Facet; import org.gcube.informationsystem.types.annotations.ISProperty;
/** /**
* @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.model.reference.annotations.ISProperty; import org.gcube.informationsystem.model.reference.entities.Facet;
import org.gcube.informationsystem.model.reference.entity.Facet; import org.gcube.informationsystem.types.annotations.ISProperty;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos; package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
import org.gcube.informationsystem.model.reference.annotations.ISProperty; import org.gcube.informationsystem.types.annotations.ISProperty;
import org.gcube.resourcemanagement.model.reference.entity.facet.ContactFacet; import org.gcube.resourcemanagement.model.reference.entity.facet.ContactFacet;
import org.gcube.resourcemanagement.model.reference.entity.facet.ContactReferenceFacet; import org.gcube.resourcemanagement.model.reference.entity.facet.ContactReferenceFacet;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos; package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
import org.gcube.informationsystem.model.reference.annotations.ISProperty; import org.gcube.informationsystem.types.annotations.ISProperty;
import org.gcube.resourcemanagement.model.reference.entity.properties.ValueSchema; import org.gcube.resourcemanagement.model.reference.entity.properties.ValueSchema;
/** /**

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.informationsystem.model.reference.entity.Resource; import org.gcube.informationsystem.model.reference.entities.Resource;
/** /**
* @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.informationsystem.model.reference.annotations.Abstract; 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;

View File

@ -1,8 +1,8 @@
package org.gcube.parthenosentities.model.reference.relation.consistsof.cidoc; package org.gcube.parthenosentities.model.reference.relation.consistsof.cidoc;
import org.gcube.informationsystem.model.reference.entity.Facet; import org.gcube.informationsystem.model.reference.entities.Facet;
import org.gcube.informationsystem.model.reference.entity.Resource; import org.gcube.informationsystem.model.reference.entities.Resource;
import org.gcube.informationsystem.model.reference.relation.IsIdentifiedBy; import org.gcube.informationsystem.model.reference.relations.IsIdentifiedBy;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos; package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.reference.relation.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.entity.facet.EventFacet;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos; package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.reference.relation.ConsistsOf; import org.gcube.informationsystem.model.reference.relations.ConsistsOf;
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE29_Access_Point; import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE8_EService; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE8_EService;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos; package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.reference.relation.ConsistsOf; import org.gcube.informationsystem.model.reference.relations.ConsistsOf;
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE29_Access_Point; import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object;

View File

@ -1,7 +1,7 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.entity.Resource; import org.gcube.informationsystem.model.reference.entities.Resource;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;

View File

@ -1,7 +1,7 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.entity.Resource; import org.gcube.informationsystem.model.reference.entities.Resource;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E39_Actor; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E39_Actor;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;

View File

@ -1,7 +1,7 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.entity.Resource; import org.gcube.informationsystem.model.reference.entities.Resource;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
/** /**

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;

View File

@ -1,7 +1,7 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.entity.Resource; import org.gcube.informationsystem.model.reference.entities.Resource;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
/** /**

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E1_CRM_Entity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E1_CRM_Entity;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E29_Design_or_Procedure; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E29_Design_or_Procedure;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;

View File

@ -1,7 +1,7 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.entity.Resource; import org.gcube.informationsystem.model.reference.entities.Resource;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE32_Curated_Thing; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE32_Curated_Thing;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE3_Curating_Service; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE3_Curating_Service;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
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.parthenosentities.model.reference.entity.resource.parthenos.PE24_Volatile_Dataset; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE24_Volatile_Dataset;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE33_EAccess_Brokering_Service; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE33_EAccess_Brokering_Service;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE8_EService; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE8_EService;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
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.parthenosentities.model.reference.entity.resource.parthenos.PE39_Availability_Type; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE39_Availability_Type;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D14_Software; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D14_Software;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE40_Programing_Language; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE40_Programing_Language;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E97_Monetary_Amount; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E97_Monetary_Amount;
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE42_Funding_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE42_Funding_Activity;

View File

@ -1,6 +1,6 @@
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos; package org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relations.IsRelatedTo;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E53_Place; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E53_Place;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity; import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;