blob: a3859dbc749b3a9d2967e652d47d8bab07c037b2 [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>Phase</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A special Activity which prescribes pre-defined values for its instances for the attributes prefix ('Phase') and isRepeatable ('False'). It has been included into the meta-model for convenience and to provide a special stereotype, because it represents a very commonly used Activity type.
* Phase represent a significant period in a project, ending with major management checkpoint, milestone or set of Deliverables. It is included in the model as a predefined special Activity, because of its significance in defining breakdowns.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getPhase()
* @model extendedMetaData="name='Phase' kind='elementOnly'"
* @generated
*/
public interface Phase extends Activity {
} // Phase