Interface IsConfiguredBy<Out extends Software,In extends ConfigurationTemplate>
- All Superinterfaces:
org.gcube.informationsystem.base.reference.Element,org.gcube.informationsystem.model.reference.ERElement,org.gcube.informationsystem.base.reference.IdentifiableElement,org.gcube.informationsystem.model.reference.relations.IsRelatedTo<Out,,In> org.gcube.informationsystem.model.reference.ModelElement,org.gcube.informationsystem.model.reference.relations.Relation<Out,,In> org.gcube.informationsystem.base.reference.relations.RelationElement<Out,,In> org.gcube.informationsystem.base.reference.SchemaMixedElement,Serializable
- All Known Implementing Classes:
IsConfiguredByImpl
@TypeMetadata(name="IsConfiguredBy",
description="The relation IsConfiguredBy indicates that the source {@link Software} requires a configuration when it is instantiated.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface IsConfiguredBy<Out extends Software,In extends ConfigurationTemplate>
extends org.gcube.informationsystem.model.reference.relations.IsRelatedTo<Out,In>
The relation IsConfiguredBy indicates that the source
Software
requires a configuration when it is instantiated.
https://wiki.gcube-system.org/gcube/GCube_Model#IsConfiguredBy- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the IsConfiguredBy relation type.Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, TYPE_PROPERTYFields inherited from interface org.gcube.informationsystem.model.reference.ERElement
CONTEXTS_PROPERTYFields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTYFields inherited from interface org.gcube.informationsystem.model.reference.relations.IsRelatedTo
VERSIONFields inherited from interface org.gcube.informationsystem.model.reference.ModelElement
EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTYFields inherited from interface org.gcube.informationsystem.model.reference.relations.Relation
PROPAGATION_CONSTRAINT_PROPERTYFields inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
SOURCE_PROPERTY, TARGET_PROPERTY -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <Out extends Software,In extends ConfigurationTemplate>
IsConfiguredBy<Out,In> getDefaultInstance(Out out, In in) Returns a default instance of IsConfiguredByMethods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeNameMethods inherited from interface org.gcube.informationsystem.model.reference.ERElement
getContextsMethods inherited from interface org.gcube.informationsystem.model.reference.ModelElement
getExpectedtype, getSupertypesMethods inherited from interface org.gcube.informationsystem.model.reference.relations.Relation
getAdditionalProperties, getAdditionalProperty, getPropagationConstraint, getSource, getTarget, setAdditionalProperties, setAdditionalProperty, setPropagationConstraint, setSource, setTargetMethods inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
getID, getMetadata, setID, setMetadata
-
Field Details
-
NAME
The name of the IsConfiguredBy relation type.- See Also:
-
-
Method Details
-
getDefaultInstance
static <Out extends Software,In extends ConfigurationTemplate> IsConfiguredBy<Out,In> getDefaultInstance(Out out, In in) Returns a default instance of IsConfiguredBy- Type Parameters:
Out- the source SoftwareIn- the target ConfigurationTemplate- Parameters:
out- the source Software instancein- the target ConfigurationTemplate instance- Returns:
- a default instance of IsConfiguredBy
-