blob: 12a322ea1705243a6766eb03ce77d648db320855 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Concept.java,v 1.1 2008/01/15 08:52:07 jtham Exp $
*/
package org.eclipse.epf.xml.uma;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Concept</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A specific type of guidance that outlines key ideas associated with basic principles underlying the referenced item. Concepts normally address more general topics than Guidelines and span across sev-eral work product and/or tasks/activities.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getConcept()
* @model extendedMetaData="name='Concept' kind='elementOnly'"
* @generated
*/
public interface Concept extends Guidance {
} // Concept