/** * <copyright> * </copyright> * * $Id: Strategy.java,v 1.1 2011/02/07 17:16:11 auhl Exp $ */ package behavioral.status_and_action.assembly; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Strategy</b></em>'. * <!-- end-user-doc --> * * * @see behavioral.status_and_action.assembly.AssemblyPackage#getStrategy() * @model abstract="true" * @generated */ public interface Strategy extends EObject { } // Strategy