blob: 41109e863ea8beb647aa2f4be4e9ed402d12825e [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Guideline.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>Guideline</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A specific type of guidance that provides additional detail on how to perform a particular task or grouping of tasks (e.g. grouped together as activities) or that provides additional detail, rules, and recommendations on work products and their properties. Amongst others, it can include details about best practices and different approaches for doing work, how to use particular types of work products, information on different subtypes and variants of the work product and how they evolve throughout a lifecycle, discussions on skills the performing roles should acquire or improve upon, measurements for progress and maturity, etc.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getGuideline()
* @model extendedMetaData="name='Guideline' kind='elementOnly'"
* @generated
*/
public interface Guideline extends Guidance {
} // Guideline