@TypeMetadata(name="DependsOn",
description="DependsOn indicates that a {@link Software} requires another one to work. This relation must not be confused with {@link Requires}.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface DependsOn<Out extends Software,In extends Software>
extends org.gcube.informationsystem.model.reference.relations.IsRelatedTo<Out,In>
Software requires another one to work.
This relation must not be confused with Requires.
https://wiki.gcube-system.org/gcube/GCube_Model#DependsOn| 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.