@TypeMetadata(name="IsOwnedBy",
description="Any {@link Site} is owned by an {@link Actor} and this is captured by the IsOwnedBy relation. The referenced {@link Actor} can be used as a contact point during an emergency, to agree on the scheduling of a site downtime and to request additional resources during the downtime of another site.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface IsOwnedBy<Out extends Site,In extends Actor>
extends org.gcube.informationsystem.model.reference.relations.IsRelatedTo<Out,In>
Site is owned by an Actor and this is captured by the IsOwnedBy relation.
The referenced Actor can be used as a contact point during an emergency,
to agree on the scheduling of a site downtime and to request additional resources
during the downtime of another site.
https://wiki.gcube-system.org/gcube/GCube_Model#IsOwnedBy| 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.