@TypeMetadata(name="Activates",
description="Activates has a {@link Service} instance both as source and target as well as {@link CallsFor} but with a complete different semantic. Activates is used to indicates that the source {@link Service} of the relation enable the operation of the target Service. Examples are between a {@link VirtualMachine} and an {@link HostingNode} to capture the {@link VirtualMachine} is operating the {@link HostingNode}. Another example is between a {@link VirtualMachine} and an {@link EService}, e.g., between a {@link VirtualMachine} and a database instance. This relation can be created also between an {@link HostingNode} and one {@link EService}, e.g., to represent a container e.g., Tomcat and the web-service(s) is operating. Activates is also used between an {@link EService} and a {@link RunningPlugin} which enrich the functionality offered by the source service.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface Activates<Out extends Service,In extends Service>
extends org.gcube.informationsystem.model.reference.relations.IsRelatedTo<Out,In>
Service instance both as source and target as well as
CallsFor but with a complete different semantic.
Activates is used to indicates that the source Service of the relation
enable the operation of the target Service.
Examples are between a VirtualMachine and an HostingNode to capture
the VirtualMachine is operating the HostingNode.
Another example is between a VirtualMachine and an EService,
e.g., between a VirtualMachine and a database instance.
This relation can be created also between an HostingNode and one
EService, e.g., to represent a container e.g., Tomcat and the web-service(s)
is operating.
Activates is also used between an EService and a RunningPlugin
which enrich the functionality offered by the source service.
https://wiki.gcube-system.org/gcube/GCube_Model#Activates| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
PROPAGATION_CONSTRAINT_PROPERTYgetAdditionalProperties, getAdditionalProperty, getPropagationConstraint, getSource, getTarget, setAdditionalProperties, setAdditionalProperty, setSource, setTargetstatic final String NAME
Copyright © 2022. All Rights Reserved.