blob: 6f6c4606e982452dac05c95f5c5797f715c77e00 [file] [log] [blame]
//------------------------------------------------------------------------------
// Copyright (c) 2005, 2006 IBM Corporation and others.
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, and is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// Contributors:
// IBM Corporation - initial implementation
//------------------------------------------------------------------------------
package org.eclipse.epf.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.uma.UmaPackage#getGuidance()
* @model abstract="true"
* @generated
*/
public interface Guidance extends ContentElement {
} // Guidance