All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
All Known Implementing Classes:
RoleImpl

public interface Role extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Role'. The responsibilities of an architectural element.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • 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:
      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:
      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:
      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:
      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:
      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:
      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:
      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:
      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:
      Generated class or method.
    • getCompletion

      Completion getCompletion()
      Returns the value of the 'Completion' containment reference. It is bidirectional and its opposite is 'Role'.

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

      Returns:
      the value of the 'Completion' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      opposite="role" containment="true"
    • 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:
      Generated class or method.