blob: fdf61985ff1ac5983572995ddca9ca69b33b5c82 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Guidance.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>Guidance</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Guidance is an abstract generalization of additional information related to content elements such as Roles, Tasks, and Work Products. Examples for Guidance are Guidelines, Templates, Checklists, Tool Mentors, Estimates, Supporting Materials, Reports, Concepts, etc. This package only contains the definition of the abstract Guidance class. The package Guidance Types defines concrete guidance types.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getGuidance()
* @model extendedMetaData="name='Guidance' kind='elementOnly'"
* @generated
*/
public interface Guidance extends ContentElement {
} // Guidance