Interface WorkProduct

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 Subinterfaces:
Artifact, Deliverable, Outcome
All Known Implementing Classes:
ArtifactImpl, DeliverableImpl, OutcomeImpl, WorkProductImpl

public interface WorkProduct
extends ContentElement, FulfillableElement
A representation of the model object 'Work Product'. Work Product is an abstract class which provides a generalization for the content element types Artifact, Outcome, and Deliverable. The meta-model class Work Product actually represents work product types, i.e. an instance of Work Product is a description of a specific type of work product and not an individual work product instance. However, for simplicity reasons and because of low risk of misinterpretation we did not append the word 'type' to every meta-class. A work product is an abstraction for descriptions of content elements that are used to define anything used, produced, or modified by a task. This is the Guidance Types package's extension of Work Product (defined in Content Elements) providing additonal associations.

The following features are supported:

See Also:
UmaPackage.getWorkProduct()