blob: 308b646927e5174977f8ef7d4e53e9e5f7076eea [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>Reusable Asset</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A Reusable Asset provides a solution to a problem for a given context. The asset may have a variability point, which is a location in the asset that may have a value provided or customized by the asset consumer. The asset has rules for usage which are the instructions describing
* how the asset should be used.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.uma.UmaPackage#getReusableAsset()
* @model
* @generated
*/
public interface ReusableAsset extends Guidance {
} // ReusableAsset