Interface Role

    • Method Detail

      • getAT

        AT getAT()
        Returns the value of the 'AT' container reference. It is bidirectional and its opposite is 'Roles'.

        If the meaning of the 'AT' container reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'AT' container reference.
        See Also:
        setAT(AT), ArchitecturaltemplatesPackage.getRole_AT(), AT.getRoles()
        Generated class or method.
        EMF model class or method.
        opposite="roles" required="true" transient="false"
      • setAT

        void setAT​(AT value)
        Sets the value of the 'AT' container reference.
        Parameters:
        value - the new value of the 'AT' container reference.
        See Also:
        getAT()
        Generated class or method.
      • getConstraints

        EList<Constraint> getConstraints()
        Returns the value of the 'Constraints' containment reference list. The list contents are of type Constraint. It is bidirectional and its opposite is 'Role'.

        If the meaning of the 'Constraints' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Constraints' containment reference list.
        See Also:
        ArchitecturaltemplatesPackage.getRole_Constraints(), Constraint.getRole()
        Generated class or method.
        EMF model class or method.
        opposite="role" containment="true"
      • getSuperRoles

        EList<Role> getSuperRoles()
        Returns the value of the 'Super Roles' reference list. The list contents are of type Role.

        If the meaning of the 'Super Roles' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Super Roles' reference list.
        See Also:
        ArchitecturaltemplatesPackage.getRole_SuperRoles()
        Generated class or method.
        EMF model class or method.
      • getRoleIncludingInherited

        EList<Role> getRoleIncludingInherited()
        Returns the value of the 'Role Including Inherited' reference list. The list contents are of type Role.

        If the meaning of the 'Role Including Inherited' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Role Including Inherited' reference list.
        See Also:
        ArchitecturaltemplatesPackage.getRole_RoleIncludingInherited()
        Generated class or method.
        EMF model class or method.
        required="true" transient="true" changeable="false" volatile="true" derived="true"
      • getConstraintsIncludingInherited

        EList<Constraint> getConstraintsIncludingInherited()
        Returns the value of the 'Constraints Including Inherited' reference list. The list contents are of type Constraint.

        If the meaning of the 'Constraints Including Inherited' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Constraints Including Inherited' reference list.
        See Also:
        ArchitecturaltemplatesPackage.getRole_ConstraintsIncludingInherited()
        Generated class or method.
        EMF model class or method.
        transient="true" changeable="false" volatile="true" derived="true"
      • getCompletionIncludingInherited

        EList<Completion> getCompletionIncludingInherited()
        Returns the value of the 'Completion Including Inherited' reference list. The list contents are of type Completion.

        If the meaning of the 'Completion Including Inherited' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Completion Including Inherited' reference list.
        See Also:
        ArchitecturaltemplatesPackage.getRole_CompletionIncludingInherited()
        Generated class or method.
        EMF model class or method.
        transient="true" changeable="false" volatile="true" derived="true"
      • getStereotype

        org.modelversioning.emfprofile.Stereotype getStereotype()
        Returns the value of the 'Stereotype' reference.

        If the meaning of the 'Stereotype' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Stereotype' reference.
        See Also:
        setStereotype(Stereotype), ArchitecturaltemplatesPackage.getRole_Stereotype()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setStereotype

        void setStereotype​(org.modelversioning.emfprofile.Stereotype value)
        Sets the value of the 'Stereotype' reference.
        Parameters:
        value - the new value of the 'Stereotype' reference.
        See Also:
        getStereotype()
        Generated class or method.
      • setCompletion

        void setCompletion​(Completion value)
        Sets the value of the 'Completion' containment reference.
        Parameters:
        value - the new value of the 'Completion' containment reference.
        See Also:
        getCompletion()
        Generated class or method.