Interface RelationshipElement

    • Method Detail

      • getFirst

        Reference getFirst()
        First element in the relationship taking the role of the subject. More information under https://admin-shell.io/aas/3/0/RC01/RelationshipElement/first
        Returns:
        Returns the Reference for the property first.
      • setFirst

        void setFirst​(Reference first)
        First element in the relationship taking the role of the subject. More information under https://admin-shell.io/aas/3/0/RC01/RelationshipElement/first
        Parameters:
        first - desired value for the property first.
      • getSecond

        Reference getSecond()
        Second element in the relationship taking the role of the object. More information under https://admin-shell.io/aas/3/0/RC01/RelationshipElement/second
        Returns:
        Returns the Reference for the property second.
      • setSecond

        void setSecond​(Reference second)
        Second element in the relationship taking the role of the object. More information under https://admin-shell.io/aas/3/0/RC01/RelationshipElement/second
        Parameters:
        second - desired value for the property second.