blob: fa48752f5bc0c3fc531985f2b75087325fcef8ac [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2009 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.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