blob: 962b2003fdedcc17375bc0ef71f7c5868bb42f45 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Report.java,v 1.2 2006/06/23 00:01:26 jxi Exp $
*/
package org.eclipse.epf.xml.uma;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Report</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A predefined template of a result that is generated on the basis of other work products as an output from some form of tool automation. An example for a report would be a use case model survey, which is generated by extracting diagram information from a graphical model and textual information from documents and combines these two types of information into a report.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getReport()
* @model extendedMetaData="name='Report' kind='elementOnly'"
* @generated
*/
public interface Report extends Guidance {
} // Report