Class IsPluginOfImpl<Out extends Plugin,​In extends Software>

  • All Implemented Interfaces:
    Serializable, org.gcube.informationsystem.base.reference.Element, org.gcube.informationsystem.base.reference.IdentifiableElement, org.gcube.informationsystem.base.reference.relations.RelationElement<Out,​In>, org.gcube.informationsystem.base.reference.SchemaMixedElement, org.gcube.informationsystem.model.reference.ERElement, org.gcube.informationsystem.model.reference.relations.IsRelatedTo<Out,​In>, org.gcube.informationsystem.model.reference.relations.Relation<Out,​In>, DependsOn<Out,​In>, IsPluginOf<Out,​In>

    public class IsPluginOfImpl<Out extends Plugin,​In extends Software>
    extends DependsOnImpl<Out,​In>
    implements IsPluginOf<Out,​In>
    Author:
    Luca Frosini (ISTI - CNR)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.gcube.informationsystem.model.impl.relations.RelationImpl

        additionalProperties, allowedAdditionalKeys, propagationConstraint
      • Fields inherited from class org.gcube.informationsystem.base.impl.relations.RelationElementImpl

        header, source, target
      • Fields inherited from interface org.gcube.resourcemanagement.model.reference.relations.isrelatedto.DependsOn

        NAME
      • Fields inherited from interface org.gcube.informationsystem.base.reference.Element

        CLASS_PROPERTY, DATETIME_PATTERN, NAME, SUPERCLASSES_PROPERTY
      • Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement

        HEADER_PROPERTY
      • Fields inherited from interface org.gcube.resourcemanagement.model.reference.relations.isrelatedto.IsPluginOf

        NAME
      • Fields inherited from interface org.gcube.informationsystem.model.reference.relations.IsRelatedTo

        NAME
      • Fields inherited from interface org.gcube.informationsystem.model.reference.relations.Relation

        NAME, PROPAGATION_CONSTRAINT_PROPERTY
      • Fields inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement

        NAME, SOURCE_PROPERTY, TARGET_PROPERTY
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IsPluginOfImpl()  
        IsPluginOfImpl​(Out source, In target)  
        IsPluginOfImpl​(Out source, In target, org.gcube.informationsystem.model.reference.properties.PropagationConstraint propagationConstraint)  
    • Method Summary

      • Methods inherited from class org.gcube.informationsystem.model.impl.relations.RelationImpl

        getAdditionalProperties, getAdditionalProperty, getPropagationConstraint, setAdditionalProperties, setAdditionalProperty
      • Methods inherited from class org.gcube.informationsystem.base.impl.relations.RelationElementImpl

        getHeader, getSource, getTarget, setHeader, setSource, setTarget
      • Methods inherited from class org.gcube.informationsystem.base.impl.ElementImpl

        toString
      • Methods inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement

        setHeader
      • Methods inherited from interface org.gcube.informationsystem.model.reference.relations.Relation

        getAdditionalProperties, getAdditionalProperty, getPropagationConstraint, getSource, getTarget, setAdditionalProperties, setAdditionalProperty, setSource, setTarget
      • Methods inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement

        getHeader
    • Constructor Detail

      • IsPluginOfImpl

        protected IsPluginOfImpl()
      • IsPluginOfImpl

        public IsPluginOfImpl​(Out source,
                              In target)
      • IsPluginOfImpl

        public IsPluginOfImpl​(Out source,
                              In target,
                              org.gcube.informationsystem.model.reference.properties.PropagationConstraint propagationConstraint)