blob: 7eed7df5c08aad5e19da0674180914b85300121a [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Checklist.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>Checklist</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A specific type of guidance that identifies a series of items that need to be completed or veri-fied. Checklists are often used in reviews such as walkthroughs or inspections.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getChecklist()
* @model extendedMetaData="name='Checklist' kind='elementOnly'"
* @generated
*/
public interface Checklist extends Guidance {
} // Checklist