Interface Discipline

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

public interface Discipline
extends ContentCategory
A representation of the model object 'Discipline'. A Discipline is a categorization of work (i.e. Tasks for Method Content), based upon similarity of concerns and cooperation of work effort. A discipline is a collection of Tasks that are related to a major 'area of concern' within the overall project. The grouping of Tasks into disciplines is mainly an aid to understanding the project from a 'traditional' waterfall perspective. However, typically, for example, it is more common to perform certain requirements activities in close coordination with analysis and design activities. Separating these activities into separate disciplines makes the activities easier to comprehend. Discipline is a categorization of Tasks based upon similarity of concerns and cooperation of work effort. This is the extensions of Discipline defined in the Method Core package adding an additional association to Activities, which represent typical standard or reference ways of meaningful groupings of the Discipline's Tasks into workflows. Tasks represent descriptions of work, which are categorized by Disciplines. The reason that several Tasks are all categorized by the same Discipline is that they all represent a part in achieving a higher goal or performing work that is all related to each other. Every Discipline defines standard ways of doing the work it categorizes. Such standard ways are express by Activities or Capability Patterns defining how the Tasks categorized by the Discipline 'work together' in the most generic way. These reference workflows are often used for educating and teaching practitioners.

The following features are supported:

See Also:
UmaPackage.getDiscipline()
  • Method Details

    • getTasks

      org.eclipse.emf.common.util.EList<Task> getTasks()
      Returns the value of the 'Tasks' reference list. The list contents are of type Task.
      Returns:
      the value of the 'Tasks' reference list.
      See Also:
      UmaPackage.getDiscipline_Tasks()
    • getSubdiscipline

      org.eclipse.emf.common.util.EList<Discipline> getSubdiscipline()
      Returns the value of the 'Subdiscipline' containment reference list. The list contents are of type Discipline.
      Returns:
      the value of the 'Subdiscipline' containment reference list.
      See Also:
      UmaPackage.getDiscipline_Subdiscipline()
    • getReferenceWorkflows

      org.eclipse.emf.common.util.EList<Activity> getReferenceWorkflows()
      Returns the value of the 'Reference Workflows' reference list. The list contents are of type Activity.
      Returns:
      the value of the 'Reference Workflows' reference list.
      See Also:
      UmaPackage.getDiscipline_ReferenceWorkflows()