blob: da2ae00915aef7177c676a20a714fb23cd32fd72 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Outcome.java,v 1.2 2006/06/23 00:01:27 jxi Exp $
*/
package org.eclipse.epf.xml.uma;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Outcome</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A Work Product that describes intangible work products that are a result or state. Outcomes may also be used to describe work products that are not formally defined. A key differentiator for outcomes against artifacts is that outcomes are not candidates for harvesting as reusable assets.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getOutcome()
* @model extendedMetaData="name='Outcome' kind='elementOnly'"
* @generated
*/
public interface Outcome extends WorkProduct {
} // Outcome