blob: 46b204f7dfdcaa2dca8b0250ec6e1c63e93f9f42 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Example.java,v 1.1 2008/01/15 08:52:06 jtham Exp $
*/
package org.eclipse.epf.xml.uma;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Example</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A specific type of Guidance that represents a typical, partially completed, sample instance of one or more work products or scenario like descriptions of how Task may be performed. Examples can be related to Work Products as well as Tasks that produce them as well as any other Content Element.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getExample()
* @model extendedMetaData="name='Example' kind='elementOnly'"
* @generated
*/
public interface Example extends Guidance {
} // Example