Fixed doc wiki links due to wiki reorganization

This commit is contained in:
Luca Frosini 2021-03-02 16:16:35 +01:00
parent 160634bafa
commit 1dd319ddee
73 changed files with 73 additions and 73 deletions

View File

@ -19,7 +19,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.AccessPointFacetI
* i.e., any web-based endpoint to programmatically interact with the resource via a known protocol. * i.e., any web-based endpoint to programmatically interact with the resource via a known protocol.
* For example, it is used to define the network endpoint to contact the service. * For example, it is used to define the network endpoint to contact the service.
* The endpoint can expose a well-known high-level protocol. * The endpoint can expose a well-known high-level protocol.
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Access_Point_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Access_Point_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Named;
* @author Manuele Simi (ISTI - CNR) * @author Manuele Simi (ISTI - CNR)
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Action_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Action_Facet
*/ */
@JsonDeserialize(as=ActionFacetImpl.class) @JsonDeserialize(as=ActionFacetImpl.class)
@TypeMetadata( @TypeMetadata(

View File

@ -19,7 +19,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.HostingNo
* Even if more than one CPUFacet is associated with a resource * Even if more than one CPUFacet is associated with a resource
* (i.e., an {@link HostingNode}), we did not find any reason to differentiate the CPUs. * (i.e., an {@link HostingNode}), we did not find any reason to differentiate the CPUs.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#CPU_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#CPU_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -17,7 +17,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.CapabilityFacetIm
* (e.g., the support for transactions of an electronic device or some non-functional * (e.g., the support for transactions of an electronic device or some non-functional
* properties of a service like its replicability to support High-Availability (HA)). * properties of a service like its replicability to support High-Availability (HA)).
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Capability_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Capability_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.ContactFacetImpl;
* i.e., a person or a department serving as the coordinator or focal point * i.e., a person or a department serving as the coordinator or focal point
* of information concerning the resource. * of information concerning the resource.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Contact_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Contact_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -17,7 +17,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.ContactReferenceF
* ContactReferenceFacet captures information on the primary and * ContactReferenceFacet captures information on the primary and
* authoritative contact for the resource it is associated with. * authoritative contact for the resource it is associated with.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Contact_Reference_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Contact_Reference_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -22,7 +22,7 @@ import org.gcube.resourcemanagement.model.reference.properties.ValueSchema;
* not representing the data of the salinity. Instead, to specify the temporal period and the * not representing the data of the salinity. Instead, to specify the temporal period and the
* ocean area the dataset is valid. This information is captured by the CoverageFacet. * ocean area the dataset is valid. This information is captured by the CoverageFacet.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Coverage_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Coverage_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -17,7 +17,7 @@ import org.gcube.resourcemanagement.model.reference.properties.ValueSchema;
* to be associated with the resource. * to be associated with the resource.
* This facet is mainly used to attach metadata to a Dataset. * This facet is mainly used to attach metadata to a Dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Descriptive_Metadata_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Descriptive_Metadata_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -21,7 +21,7 @@ import org.gcube.resourcemanagement.model.reference.properties.ValueSchema;
* *
* Examples of an event are the start time of a virtual machine or the activation time of an electronic service. * Examples of an event are the start time of a virtual machine or the activation time of an electronic service.
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Event_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Event_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.IdentifierFacetIm
* IdentifierFacet captures information on identifiers (other than the * IdentifierFacet captures information on identifiers (other than the
* ones automatically generated by the system) that can be attached to a resource. * ones automatically generated by the system) that can be attached to a resource.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Identifier_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Identifier_Facet
* *
* Changelog (only model changes are logged here. Not implementation details) * Changelog (only model changes are logged here. Not implementation details)
* *

View File

@ -24,7 +24,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.LicenseFacetImpl;
* denies the usage of a dataset with Creative Commons Attribution No-Derivatives (CC-BY-ND) * denies the usage of a dataset with Creative Commons Attribution No-Derivatives (CC-BY-ND)
* licence to produce a new dataset. * licence to produce a new dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#License_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#License_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -21,7 +21,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.LocationFacetImpl
* It is mainly used to locate a data centre or to the geographic references of a * It is mainly used to locate a data centre or to the geographic references of a
* legal body playing the role of an actor in the infrastructure. * legal body playing the role of an actor in the infrastructure.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Location_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Location_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -24,7 +24,7 @@ import org.gcube.resourcemanagement.model.reference.relations.consistsof.HasVola
* It is in charge of the specialisation {@link HasVolatileMemory} and {@link HasPersistentMemory} * It is in charge of the specialisation {@link HasVolatileMemory} and {@link HasPersistentMemory}
* to clarify the semantics of the memory. * to clarify the semantics of the memory.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Memory_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Memory_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -20,7 +20,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.NetworkingFacetIm
* It should not be confused with the {@link AccessPointFacet} * It should not be confused with the {@link AccessPointFacet}
* which instead describes the protocol and the endpoint of a web-based service. * which instead describes the protocol and the endpoint of a web-based service.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Networking_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Networking_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -18,7 +18,7 @@ import org.gcube.resourcemanagement.model.reference.properties.ValueSchema;
* ProvenanceFacet captures information on provenance/lineage of the entire resource. * ProvenanceFacet captures information on provenance/lineage of the entire resource.
* It is mainly used to describe provenance information of a Dataset. * It is mainly used to describe provenance information of a Dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Provenance_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Provenance_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -24,7 +24,7 @@ import org.gcube.resourcemanagement.model.reference.properties.ValueSchema;
* XSD defines the legal building blocks of an XML document. * XSD defines the legal building blocks of an XML document.
* DTD defines the structure and the legal elements and attributes of an XML document. * DTD defines the structure and the legal elements and attributes of an XML document.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Schema_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Schema_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -18,7 +18,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.SimpleFacetImpl;
* to capture the particular aspect of the resource. * to capture the particular aspect of the resource.
* The usage of SimpleFacet should be reduced to the maximum. * The usage of SimpleFacet should be reduced to the maximum.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Simple_Property_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Simple_Property_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -18,7 +18,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.SimplePropertyFac
* to capture the particular aspect of the resource. * to capture the particular aspect of the resource.
* The usage of SimplePropertyFacet should be reduced to the maximum. * The usage of SimplePropertyFacet should be reduced to the maximum.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Simple_Property_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Simple_Property_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Named;
/** /**
* SoftwareFacet captures information on any software associated with the resource. * SoftwareFacet captures information on any software associated with the resource.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Software_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Software_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -18,7 +18,7 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.StateFacetImpl;
* Examples of usage are the state of service e.g., running or down or * Examples of usage are the state of service e.g., running or down or
* the state of a virtual machine e.g., activated or unreachable. * the state of a virtual machine e.g., activated or unreachable.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#State_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#State_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.properties.ValueSchema;
* SubjectFacet captures information on subjects associated with the resource for * SubjectFacet captures information on subjects associated with the resource for
* description, classification and discovery purposes. * description, classification and discovery purposes.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Subject_Facet * https://wiki.gcube-system.org/gcube/GCube_Model#Subject_Facet
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -31,7 +31,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.IsOwne
* Similarly LegalBody and Person have similar meaning of * Similarly LegalBody and Person have similar meaning of
* E40_Legal_Body and E21_Person respectively. * E40_Legal_Body and E21_Person respectively.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Actor * https://wiki.gcube-system.org/gcube/GCube_Model#Actor
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -20,7 +20,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.IsPart
* ConcreteDataset is any incarnation/manifestation of a dataset or part of it. * ConcreteDataset is any incarnation/manifestation of a dataset or part of it.
* The relation {@link IsPartOf} is used when a ConcreteDataset is part of a {@link Dataset}. * The relation {@link IsPartOf} is used when a ConcreteDataset is part of a {@link Dataset}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Concrete_Dataset * https://wiki.gcube-system.org/gcube/GCube_Model#Concrete_Dataset
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -19,7 +19,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.IsDeri
* the behaviour and shape of the resource it is attached to. * the behaviour and shape of the resource it is attached to.
* The Configuration can be related to the template it derives using {@link IsDerivationOf}. * The Configuration can be related to the template it derives using {@link IsDerivationOf}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Configuration * https://wiki.gcube-system.org/gcube/GCube_Model#Configuration
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -22,7 +22,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.IsDeri
* It describes how a configuration has to be realised, * It describes how a configuration has to be realised,
* e.g. used to define the catalogue configuration parameters template. * e.g. used to define the catalogue configuration parameters template.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Configuration_Template * https://wiki.gcube-system.org/gcube/GCube_Model#Configuration_Template
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -44,7 +44,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Manage
* *
* Dataset has similar meaning of PE18_Dataset defined in PARTHENOS Entities Model (PE Model). * Dataset has similar meaning of PE18_Dataset defined in PARTHENOS Entities Model (PE Model).
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Dataset * https://wiki.gcube-system.org/gcube/GCube_Model#Dataset
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -26,7 +26,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Uses;
* *
* EService has similar meaning of PE8_EService defined in PARTHENOS Entities Model (PE Model). * EService has similar meaning of PE8_EService defined in PARTHENOS Entities Model (PE Model).
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#EService * https://wiki.gcube-system.org/gcube/GCube_Model#EService
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -43,7 +43,7 @@ import org.gcube.resourcemanagement.model.reference.relations.consistsof.IsIdent
* HostingNode could be though as a specialisation of the entity * HostingNode could be though as a specialisation of the entity
* PE6_Software_Hosting_Service defined in PARTHENOS Entities Model (PE Model). * PE6_Software_Hosting_Service defined in PARTHENOS Entities Model (PE Model).
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Hosting_Node * https://wiki.gcube-system.org/gcube/GCube_Model#Hosting_Node
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Belong
/** /**
* LegalBody represents any legal entity playing the role of an Actor. * LegalBody represents any legal entity playing the role of an Actor.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Legal_Body * https://wiki.gcube-system.org/gcube/GCube_Model#Legal_Body
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Belong
/** /**
* Person represents any human playing the role of Actor. * Person represents any human playing the role of Actor.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Person * https://wiki.gcube-system.org/gcube/GCube_Model#Person
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -22,7 +22,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.IsPlug
* is expressed by {@link IsPluginOf} relation. * is expressed by {@link IsPluginOf} relation.
* {@link IsPluginOf} is an extension of {@link DependsOn}. * {@link IsPluginOf} is an extension of {@link DependsOn}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Plugin * https://wiki.gcube-system.org/gcube/GCube_Model#Plugin
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.impl.entities.resources.RunningPluginI
* Keeping the two concepts separated enables to share a service across * Keeping the two concepts separated enables to share a service across
* VREs with a subset of its capabilities. * VREs with a subset of its capabilities.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Running_Plugin * https://wiki.gcube-system.org/gcube/GCube_Model#Running_Plugin
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -25,7 +25,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.IsComp
* This resource is mainly used by {@link Dataset} to evidence that * This resource is mainly used by {@link Dataset} to evidence that
* is compliant with a Schema by using {@link IsCompliantWith} relation. * is compliant with a Schema by using {@link IsCompliantWith} relation.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Schema * https://wiki.gcube-system.org/gcube/GCube_Model#Schema
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -42,7 +42,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Requir
* the entity PE1_Service defined in PARTHENOS Entities Model (PE Model) * the entity PE1_Service defined in PARTHENOS Entities Model (PE Model)
* and the entity D1_Digital_Object defined in CRMdig. * and the entity D1_Digital_Object defined in CRMdig.
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Service * https://wiki.gcube-system.org/gcube/GCube_Model#Service
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -33,7 +33,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.IsOwne
* This resource allows to study and define the replication scenarios or to provide * This resource allows to study and define the replication scenarios or to provide
* an adequate redundancy level to a VRE. * an adequate redundancy level to a VRE.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Site * https://wiki.gcube-system.org/gcube/GCube_Model#Site
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
* *

View File

@ -27,7 +27,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Requir
* *
* Software has similar meaning of D14_Software defined in CRMdig. * Software has similar meaning of D14_Software defined in CRMdig.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Software * https://wiki.gcube-system.org/gcube/GCube_Model#Software
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -30,7 +30,7 @@ import org.gcube.resourcemanagement.model.reference.relations.consistsof.IsIdent
* VirtualMachine could be though as a specialisation of the entity * VirtualMachine could be though as a specialisation of the entity
* PE6_Software_Hosting_Service defined in PARTHENOS Entities Model (PE Model). * PE6_Software_Hosting_Service defined in PARTHENOS Entities Model (PE Model).
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Virtual_Machine * https://wiki.gcube-system.org/gcube/GCube_Model#Virtual_Machine
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -38,7 +38,7 @@ import org.gcube.resourcemanagement.model.reference.relations.isrelatedto.Demand
* gCube IS V.1 (gCore Based IS) where this resource was represented as a Generic Resource * gCube IS V.1 (gCore Based IS) where this resource was represented as a Generic Resource
* containing the list of the resources id forming the bundle which often lead to inconsistency. * containing the list of the resources id forming the bundle which often lead to inconsistency.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Virtual_Service * https://wiki.gcube-system.org/gcube/GCube_Model#Virtual_Service
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -25,7 +25,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
* {@link HasDeveloper}, {@link HasMaintainer}, {@link HasManager} and * {@link HasDeveloper}, {@link HasMaintainer}, {@link HasManager} and
* {@link HasOwner}. * {@link HasOwner}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasContact * https://wiki.gcube-system.org/gcube/GCube_Model#HasContact
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
* related to a contributor to the source resource, * related to a contributor to the source resource,
* e.g., the contact points of the contributor of software or the contributor of a dataset. * e.g., the contact points of the contributor of software or the contributor of a dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasContributor * https://wiki.gcube-system.org/gcube/GCube_Model#HasContributor
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -25,7 +25,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.CoverageFace
* specialisation {@link HasTemporalCoverage} and {@link HasSpatialCoverage} * specialisation {@link HasTemporalCoverage} and {@link HasSpatialCoverage}
* have been defined to refines the reason of using the {@link CoverageFacet}. * have been defined to refines the reason of using the {@link CoverageFacet}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasCoverage * https://wiki.gcube-system.org/gcube/GCube_Model#HasCoverage
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
* HasCreator indicates that the target {@link ContactFacet} contains the information related to * HasCreator indicates that the target {@link ContactFacet} contains the information related to
* a creator of the source resource, e.g., the contact points of the creator of a dataset. * a creator of the source resource, e.g., the contact points of the creator of a dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasCreator * https://wiki.gcube-system.org/gcube/GCube_Model#HasCreator
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
* HasCurator indicates that the target {@link ContactFacet} contains the information related to * HasCurator indicates that the target {@link ContactFacet} contains the information related to
* a curator of the source resource, e.g., the contact points of the curator of a dataset. * a curator of the source resource, e.g., the contact points of the curator of a dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasCurator * https://wiki.gcube-system.org/gcube/GCube_Model#HasCurator
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
* HasDeveloper indicates that the target {@link ContactFacet} contains the information related to a * HasDeveloper indicates that the target {@link ContactFacet} contains the information related to a
* developer of the source resource e.g., the contact points of the developer of a software. * developer of the source resource e.g., the contact points of the developer of a software.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasDeveloper * https://wiki.gcube-system.org/gcube/GCube_Model#HasDeveloper
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
* information related to a developer of the source resource, * information related to a developer of the source resource,
* e.g., the contact points of the developer of a software. * e.g., the contact points of the developer of a software.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasMaintainer * https://wiki.gcube-system.org/gcube/GCube_Model#HasMaintainer
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
* related to a manager of the source resource, * related to a manager of the source resource,
* e.g., the contact points of the manager of a research infrastructure or a data centre. * e.g., the contact points of the manager of a research infrastructure or a data centre.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasManager * https://wiki.gcube-system.org/gcube/GCube_Model#HasManager
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -25,7 +25,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.MemoryFacet;
* We do not exclude other specialisation required by services to select the appropriated memory better. * We do not exclude other specialisation required by services to select the appropriated memory better.
* For example, to discriminate between Solid State Disk and Magnetic Rotative. * For example, to discriminate between Solid State Disk and Magnetic Rotative.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasMemory * https://wiki.gcube-system.org/gcube/GCube_Model#HasMemory
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
* HasOwner indicates that the target {@link ContactFacet} contains the information related to * HasOwner indicates that the target {@link ContactFacet} contains the information related to
* the owner of the source resource, e.g., the contact points of the owner of dataset. * the owner of the source resource, e.g., the contact points of the owner of dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasOwner * https://wiki.gcube-system.org/gcube/GCube_Model#HasOwner
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -25,7 +25,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.MemoryFacet;
* Anyway, we do not exclude other specialisation required by services to select the appropriated persistent memory better. * Anyway, we do not exclude other specialisation required by services to select the appropriated persistent memory better.
* For example, to discriminate between Solid State Disk and Magnetic Rotative. * For example, to discriminate between Solid State Disk and Magnetic Rotative.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasPersistentMemory * https://wiki.gcube-system.org/gcube/GCube_Model#HasPersistentMemory
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.CoverageFace
* HasSpatialCoverage indicates that the target {@link CoverageFacet} indicates a spatial * HasSpatialCoverage indicates that the target {@link CoverageFacet} indicates a spatial
* coverage information, e.g., the geographic area indication for the dataset. * coverage information, e.g., the geographic area indication for the dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasSpatialCoverage * https://wiki.gcube-system.org/gcube/GCube_Model#HasSpatialCoverage
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.CoverageFace
* HasTemporalCoverage indicates that the target {@link CoverageFacet} indicates a temporal * HasTemporalCoverage indicates that the target {@link CoverageFacet} indicates a temporal
* coverage information, e.g., the temporal period indication for the dataset. * coverage information, e.g., the temporal period indication for the dataset.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasTemporalCoverage * https://wiki.gcube-system.org/gcube/GCube_Model#HasTemporalCoverage
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.facets.MemoryFacet;
* i.e., a memory which requires power to maintain the stored information. * i.e., a memory which requires power to maintain the stored information.
* Volatile memory is also known as main memory, internal memory or primary storage. * Volatile memory is also known as main memory, internal memory or primary storage.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#HasVolatileMemory * https://wiki.gcube-system.org/gcube/GCube_Model#HasVolatileMemory
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -23,7 +23,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.GCubeReso
* For instance, a software can consist of one or more {@link SoftwareFacet} but the one * For instance, a software can consist of one or more {@link SoftwareFacet} but the one
* related with IsIdentifiedBy represents the identify of the software. * related with IsIdentifiedBy represents the identify of the software.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsIdentifiedBy * https://wiki.gcube-system.org/gcube/GCube_Model#IsIdentifiedBy
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -30,7 +30,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.VirtualMa
* Activates is also used between an {@link EService} and a {@link RunningPlugin} * Activates is also used between an {@link EService} and a {@link RunningPlugin}
* which enrich the functionality offered by the source service. * which enrich the functionality offered by the source service.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Activates * https://wiki.gcube-system.org/gcube/GCube_Model#Activates
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Person;
/** /**
* BelongsTo indicates that a {@link Person} belong to the target {@link LegalBody}. * BelongsTo indicates that a {@link Person} belong to the target {@link LegalBody}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#BelongsTo * https://wiki.gcube-system.org/gcube/GCube_Model#BelongsTo
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Service;
* operate and this is indicated with CallsFor. * operate and this is indicated with CallsFor.
* Motivations similar to the ones for {@link Requires} relation conducted to the definition for this relation. * Motivations similar to the ones for {@link Requires} relation conducted to the definition for this relation.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#CallsFor * https://wiki.gcube-system.org/gcube/GCube_Model#CallsFor
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.VirtualSe
* Demands is used to properly support to share a {@link VirtualService} * Demands is used to properly support to share a {@link VirtualService}
* with another context. * with another context.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Demands * https://wiki.gcube-system.org/gcube/GCube_Model#Demands
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Software;
* DependsOn indicates that a {@link Software} requires another one to work. * DependsOn indicates that a {@link Software} requires another one to work.
* This relation must not be confused with {@link Requires}. * This relation must not be confused with {@link Requires}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#DependsOn * https://wiki.gcube-system.org/gcube/GCube_Model#DependsOn
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -18,7 +18,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.EService;
* *
* Discovers relation specialises the semantic of {@link CallsFor}. * Discovers relation specialises the semantic of {@link CallsFor}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Discovers * https://wiki.gcube-system.org/gcube/GCube_Model#Discovers
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -23,7 +23,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Software;
* from {@link HostingNode} to indicate the running software container; * from {@link HostingNode} to indicate the running software container;
* within {@link RunningPlugin} and the software represented as {@link Plugin}. * within {@link RunningPlugin} and the software represented as {@link Plugin}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Enables * https://wiki.gcube-system.org/gcube/GCube_Model#Enables
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -28,7 +28,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.VirtualMa
* By defining Hosts relation with target {@link Service}, the model is capable of representing * By defining Hosts relation with target {@link Service}, the model is capable of representing
* the diverse type of federated systems and service. * the diverse type of federated systems and service.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Hosts * https://wiki.gcube-system.org/gcube/GCube_Model#Hosts
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Dataset;
* Involves is used to indicate that and {@link Actor} is involved in a * Involves is used to indicate that and {@link Actor} is involved in a
* {@link Dataset}. * {@link Dataset}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Involves * https://wiki.gcube-system.org/gcube/GCube_Model#Involves
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Schema;
/** /**
* IsCompliantWith is used to indicated a {@link Dataset} compliant with a {@link Schema}. * IsCompliantWith is used to indicated a {@link Dataset} compliant with a {@link Schema}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsCompliantWith * https://wiki.gcube-system.org/gcube/GCube_Model#IsCompliantWith
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Software;
* The relation IsConfiguredBy indicates that the source {@link Software} * The relation IsConfiguredBy indicates that the source {@link Software}
* requires a configuration when it is instantiated. * requires a configuration when it is instantiated.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsConfiguredBy * https://wiki.gcube-system.org/gcube/GCube_Model#IsConfiguredBy
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -14,7 +14,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Dataset;
/** /**
* IsCorrelatedTo relates a {@link Dataset} to another. * IsCorrelatedTo relates a {@link Dataset} to another.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsCorrelatedTo * https://wiki.gcube-system.org/gcube/GCube_Model#IsCorrelatedTo
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -15,7 +15,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Service;
/** /**
* IsCustomizedBy evidences that any {@link Service} can be customised by a {@link ConfigurationTemplate}. * IsCustomizedBy evidences that any {@link Service} can be customised by a {@link ConfigurationTemplate}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsCustomizedBy * https://wiki.gcube-system.org/gcube/GCube_Model#IsCustomizedBy
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Configura
* IsDerivationOf indicate that the source {@link Configuration} is an instantiation of * IsDerivationOf indicate that the source {@link Configuration} is an instantiation of
* the target {@link ConfigurationTemplate}. * the target {@link ConfigurationTemplate}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsDerivationOf * https://wiki.gcube-system.org/gcube/GCube_Model#IsDerivationOf
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -18,7 +18,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Site;
* to agree on the scheduling of a site downtime and to request additional resources * to agree on the scheduling of a site downtime and to request additional resources
* during the downtime of another site. * during the downtime of another site.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsOwnedBy * https://wiki.gcube-system.org/gcube/GCube_Model#IsOwnedBy
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -14,7 +14,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Dataset;
/** /**
* IsPartOf is used when a {@link ConcreteDataset} is part of a {@link Dataset}. * IsPartOf is used when a {@link ConcreteDataset} is part of a {@link Dataset}.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsPartOf * https://wiki.gcube-system.org/gcube/GCube_Model#IsPartOf
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -18,7 +18,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Software;
* by IsPluginOf relation. * by IsPluginOf relation.
* IsPluginOf is an extension of {@link DependsOn}. * IsPluginOf is an extension of {@link DependsOn}.
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsPluginOf * https://wiki.gcube-system.org/gcube/GCube_Model#IsPluginOf
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Service;
* Manages indicates that the source {@link Service} manages the target * Manages indicates that the source {@link Service} manages the target
* {@link Dataset}, e.g. read, manipulate, etc. * {@link Dataset}, e.g. read, manipulate, etc.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Manages * https://wiki.gcube-system.org/gcube/GCube_Model#Manages
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -33,7 +33,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.Software;
* *
* The infrastructure manager imposes the use of such a particular instance because of the data it contains. * The infrastructure manager imposes the use of such a particular instance because of the data it contains.
* *
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Requires * https://wiki.gcube-system.org/gcube/GCube_Model#Requires
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */

View File

@ -16,7 +16,7 @@ import org.gcube.resourcemanagement.model.reference.entities.resources.EService;
* *
* Uses relation specialises the semantic of {@link CallsFor}. * Uses relation specialises the semantic of {@link CallsFor}.
* https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Uses * https://wiki.gcube-system.org/gcube/GCube_Model#Uses
* *
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */