@TypeMetadata(name="Enables",
description="Any {@link Service} representing running code of a specific software has the relation Enables targeted to the corresponding {@link Software}. Enables is used for example by {@link EService} to indicates the running software; from {@link HostingNode} to indicate the running software container; within {@link RunningPlugin} and the software represented as {@link Plugin}.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface Enables<Out extends Service,In extends Software>
extends org.gcube.informationsystem.model.reference.relations.IsRelatedTo<Out,In>
Service representing running code of a specific software has the relation
Enables targeted to the corresponding Software.
Enables is used for example by EService to indicates the running software;
from HostingNode to indicate the running software container;
within RunningPlugin and the software represented as Plugin.
https://wiki.gcube-system.org/gcube/GCube_Model#Enables| 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.