Interface ActivityDescription

All Superinterfaces:
BreakdownElementDescription, ContentDescription, Element, org.eclipse.emf.ecore.EObject, MethodElement, MethodUnit, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement
All Known Subinterfaces:
DeliveryProcessDescription, ProcessDescription
All Known Implementing Classes:
ActivityDescriptionImpl, DeliveryProcessDescriptionImpl, ProcessDescriptionImpl

public interface ActivityDescription
extends BreakdownElementDescription
A representation of the model object 'Activity Description'.

The following features are supported:

See Also:
UmaPackage.getActivityDescription()
  • Method Details

    • getPurpose

      java.lang.String getPurpose()
      Returns the value of the 'Purpose' attribute. The default value is "". Summarizes the main reason for performing this Activity, describes what the activity as a whole is intended to achieve.
      Returns:
      the value of the 'Purpose' attribute.
      See Also:
      setPurpose(String), UmaPackage.getActivityDescription_Purpose()
    • setPurpose

      void setPurpose​(java.lang.String value)
      Sets the value of the 'Purpose' attribute.
      Parameters:
      value - the new value of the 'Purpose' attribute.
      See Also:
      getPurpose()
    • getAlternatives

      java.lang.String getAlternatives()
      Returns the value of the 'Alternatives' attribute. The default value is "". Comprises of summaries describing important exceptional and non-standard ways of doing the work of this Activity not covered by the Activity's Tasks.
      Returns:
      the value of the 'Alternatives' attribute.
      See Also:
      setAlternatives(String), UmaPackage.getActivityDescription_Alternatives()
    • setAlternatives

      void setAlternatives​(java.lang.String value)
      Sets the value of the 'Alternatives' attribute.
      Parameters:
      value - the new value of the 'Alternatives' attribute.
      See Also:
      getAlternatives()
    • getHowtoStaff

      java.lang.String getHowtoStaff()
      Returns the value of the 'Howto Staff' attribute. The default value is "". Provides background on who should be involved in this activity what are the required skills, experience, and perhaps attitudes.
      Returns:
      the value of the 'Howto Staff' attribute.
      See Also:
      setHowtoStaff(String), UmaPackage.getActivityDescription_HowtoStaff()
    • setHowtoStaff

      void setHowtoStaff​(java.lang.String value)
      Sets the value of the 'Howto Staff' attribute.
      Parameters:
      value - the new value of the 'Howto Staff' attribute.
      See Also:
      getHowtoStaff()