Interface Role

All Superinterfaces:
Classifier, ContentElement, DescribableElement, Element, org.eclipse.emf.ecore.EObject, FulfillableElement, MethodElement, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement, Type, VariabilityElement
All Known Implementing Classes:
RoleImpl

public interface Role
extends ContentElement, FulfillableElement
A representation of the model object 'Role'. A Role is a content element that defines a set of related skills, competencies, and responsibilities. Roles are used by Tasks to define who performs them as well as define a set of work products they are responsible for. A Role defines a set of related skills, competencies, and responsibilities of an individual or a set of individuals. Roles are not individuals or resources. Individual members of the development organization will wear different hats, or perform different roles. The mapping from individual to role, performed by the project manager when planning and staffing for a project, allows different individuals to act as several different roles, and for a role to be played by several individuals.

The following features are supported:

See Also:
UmaPackage.getRole()
  • Method Details

    • getModifies

      org.eclipse.emf.common.util.EList<WorkProduct> getModifies()
      Returns the value of the 'Modifies' reference list. The list contents are of type WorkProduct.
      Returns:
      the value of the 'Modifies' reference list.
      See Also:
      UmaPackage.getRole_Modifies()
    • getResponsibleFor

      org.eclipse.emf.common.util.EList<WorkProduct> getResponsibleFor()
      Returns the value of the 'Responsible For' reference list. The list contents are of type WorkProduct.
      Returns:
      the value of the 'Responsible For' reference list.
      See Also:
      UmaPackage.getRole_ResponsibleFor()