Search Results for

    Show / Hide Table of Contents

    Class AnnotatedRelationshipElement

    An annotated relationship element is a relationship element that can be annotated with additional data elements.

    Inheritance
    System.Object
    AnnotatedRelationshipElement
    Implements
    IAnnotatedRelationshipElement
    IRelationshipElement
    ISubmodelElement
    IReferable
    IHasExtensions
    IHasSemantics
    IQualifiable
    IHasDataSpecification
    IClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: AasCore.Aas3_0
    Assembly: AasCore.Aas3_0.dll
    Syntax
    public class AnnotatedRelationshipElement : IAnnotatedRelationshipElement, IRelationshipElement, ISubmodelElement, IReferable, IHasExtensions, IHasSemantics, IQualifiable, IHasDataSpecification, IClass

    Constructors

    | Improve this Doc View Source

    AnnotatedRelationshipElement(IReference, IReference, List<IExtension>, String, String, List<ILangStringNameType>, List<ILangStringTextType>, IReference, List<IReference>, List<IQualifier>, List<IEmbeddedDataSpecification>, List<IDataElement>)

    Declaration
    public AnnotatedRelationshipElement(IReference first, IReference second, List<IExtension> extensions = null, string category = null, string idShort = null, List<ILangStringNameType> displayName = null, List<ILangStringTextType> description = null, IReference semanticId = null, List<IReference> supplementalSemanticIds = null, List<IQualifier> qualifiers = null, List<IEmbeddedDataSpecification> embeddedDataSpecifications = null, List<IDataElement> annotations = null)
    Parameters
    Type Name Description
    IReference first
    IReference second
    System.Collections.Generic.List<IExtension> extensions
    System.String category
    System.String idShort
    System.Collections.Generic.List<ILangStringNameType> displayName
    System.Collections.Generic.List<ILangStringTextType> description
    IReference semanticId
    System.Collections.Generic.List<IReference> supplementalSemanticIds
    System.Collections.Generic.List<IQualifier> qualifiers
    System.Collections.Generic.List<IEmbeddedDataSpecification> embeddedDataSpecifications
    System.Collections.Generic.List<IDataElement> annotations

    Properties

    | Improve this Doc View Source

    Annotations

    A data element that represents an annotation that holds for the relationship between the two elements

    Declaration
    public List<IDataElement> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IDataElement>
    | Improve this Doc View Source

    Category

    The category is a value that gives further meta information w.r.t. to the class of the element. It affects the expected existence of attributes and the applicability of constraints.

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    The category is not identical to the semantic definition (IHasSemantics) of an element. The category e.g. could denote that the element is a measurement value whereas the semantic definition of the element would denote that it is the measured temperature.

    | Improve this Doc View Source

    Description

    Description or comments on the element.

    Declaration
    public List<ILangStringTextType> Description { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ILangStringTextType>
    Remarks

    The description can be provided in several languages.

    If no description is defined, then the definition of the concept description that defines the semantics of the element is used.

    Additional information can be provided, e.g., if the element is qualified and which qualifier types can be expected in which context or which additional data specification templates are provided.

    | Improve this Doc View Source

    DisplayName

    Display name. Can be provided in several languages.

    Declaration
    public List<ILangStringNameType> DisplayName { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ILangStringNameType>
    | Improve this Doc View Source

    EmbeddedDataSpecifications

    Embedded data specification.

    Declaration
    public List<IEmbeddedDataSpecification> EmbeddedDataSpecifications { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IEmbeddedDataSpecification>
    | Improve this Doc View Source

    Extensions

    An extension of the element.

    Declaration
    public List<IExtension> Extensions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IExtension>
    | Improve this Doc View Source

    First

    Reference to the first element in the relationship taking the role of the subject.

    Declaration
    public IReference First { get; set; }
    Property Value
    Type Description
    IReference
    | Improve this Doc View Source

    IdShort

    In case of identifiables this attribute is a short name of the element. In case of referable this ID is an identifying string of the element within its name space.

    Declaration
    public string IdShort { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    In case the element is a property and the property has a semantic definition (SemanticId) conformant to IEC61360 the IdShort is typically identical to the short name in English.

    | Improve this Doc View Source

    Qualifiers

    Additional qualification of a qualifiable element.

    Declaration
    public List<IQualifier> Qualifiers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IQualifier>
    Remarks

    Constraints:

    • Constraint AASd-021: Every qualifiable can only have one qualifier with the same Type.
    | Improve this Doc View Source

    Second

    Reference to the second element in the relationship taking the role of the object.

    Declaration
    public IReference Second { get; set; }
    Property Value
    Type Description
    IReference
    | Improve this Doc View Source

    SemanticId

    Identifier of the semantic definition of the element. It is called semantic ID of the element or also main semantic ID of the element.

    Declaration
    public IReference SemanticId { get; set; }
    Property Value
    Type Description
    IReference
    Remarks

    It is recommended to use a global reference.

    | Improve this Doc View Source

    SupplementalSemanticIds

    Identifier of a supplemental semantic definition of the element. It is called supplemental semantic ID of the element.

    Declaration
    public List<IReference> SupplementalSemanticIds { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IReference>
    Remarks

    It is recommended to use a global reference.

    Methods

    | Improve this Doc View Source

    Accept(Visitation.IVisitor)

    Accept the visitor to visit this instance for double dispatch.

    Declaration
    public void Accept(Visitation.IVisitor visitor)
    Parameters
    Type Name Description
    Visitation.IVisitor visitor
    | Improve this Doc View Source

    Accept<TContext>(Visitation.IVisitorWithContext<TContext>, TContext)

    Accept the visitor to visit this instance for double dispatch with the context.

    Declaration
    public void Accept<TContext>(Visitation.IVisitorWithContext<TContext> visitor, TContext context)
    Parameters
    Type Name Description
    Visitation.IVisitorWithContext<TContext> visitor
    TContext context
    Type Parameters
    Name Description
    TContext
    | Improve this Doc View Source

    Descend()

    Iterate recursively over all the class instances referenced from this instance.

    Declaration
    public IEnumerable<IClass> Descend()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IClass>
    | Improve this Doc View Source

    DescendOnce()

    Iterate over all the class instances referenced from this instance without further recursion.

    Declaration
    public IEnumerable<IClass> DescendOnce()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IClass>
    | Improve this Doc View Source

    OverAnnotationsOrEmpty()

    Iterate over Annotations, if set, and otherwise return an empty enumerable.

    Declaration
    public IEnumerable<IDataElement> OverAnnotationsOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IDataElement>
    | Improve this Doc View Source

    OverDescriptionOrEmpty()

    Iterate over Description, if set, and otherwise return an empty enumerable.

    Declaration
    public IEnumerable<ILangStringTextType> OverDescriptionOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ILangStringTextType>
    | Improve this Doc View Source

    OverDisplayNameOrEmpty()

    Iterate over DisplayName, if set, and otherwise return an empty enumerable.

    Declaration
    public IEnumerable<ILangStringNameType> OverDisplayNameOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ILangStringNameType>
    | Improve this Doc View Source

    OverEmbeddedDataSpecificationsOrEmpty()

    Iterate over EmbeddedDataSpecifications, if set, and otherwise return an empty enumerable.

    Declaration
    public IEnumerable<IEmbeddedDataSpecification> OverEmbeddedDataSpecificationsOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IEmbeddedDataSpecification>
    | Improve this Doc View Source

    OverExtensionsOrEmpty()

    Iterate over Extensions, if set, and otherwise return an empty enumerable.

    Declaration
    public IEnumerable<IExtension> OverExtensionsOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IExtension>
    | Improve this Doc View Source

    OverQualifiersOrEmpty()

    Iterate over Qualifiers, if set, and otherwise return an empty enumerable.

    Declaration
    public IEnumerable<IQualifier> OverQualifiersOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IQualifier>
    | Improve this Doc View Source

    OverSupplementalSemanticIdsOrEmpty()

    Iterate over SupplementalSemanticIds, if set, and otherwise return an empty enumerable.

    Declaration
    public IEnumerable<IReference> OverSupplementalSemanticIdsOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IReference>
    | Improve this Doc View Source

    Transform<T>(Visitation.ITransformer<T>)

    Accept the transformer to transform this instance for double dispatch.

    Declaration
    public T Transform<T>(Visitation.ITransformer<T> transformer)
    Parameters
    Type Name Description
    Visitation.ITransformer<T> transformer
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T>, TContext)

    Accept the transformer to visit this instance for double dispatch with the context.

    Declaration
    public T Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T> transformer, TContext context)
    Parameters
    Type Name Description
    Visitation.ITransformerWithContext<TContext, T> transformer
    TContext context
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    TContext
    T

    Implements

    IAnnotatedRelationshipElement
    IRelationshipElement
    ISubmodelElement
    IReferable
    IHasExtensions
    IHasSemantics
    IQualifiable
    IHasDataSpecification
    IClass
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX