Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 66b29d76a8f9a5874d0f829b27df453d40415d43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**
 */
package org.eclipse.papyrus.req.bmm.Bmm.impl;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.papyrus.req.bmm.Bmm.BmmPackage;
import org.eclipse.papyrus.req.bmm.Bmm.StrategyIsAComponentfOfThe_PlanForMIssion;

/**
 * <!-- begin-user-doc -->
 * An implementation of the model object '<em><b>Strategy Is AComponentf Of The Plan For MIssion</b></em>'.
 * <!-- end-user-doc -->
 *
 * @generated
 */
public class StrategyIsAComponentfOfThe_PlanForMIssionImpl extends MotivationEdgeImpl implements StrategyIsAComponentfOfThe_PlanForMIssion {
	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	protected StrategyIsAComponentfOfThe_PlanForMIssionImpl() {
		super();
	}

	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	@Override
	protected EClass eStaticClass() {
		return BmmPackage.Literals.STRATEGY_IS_ACOMPONENTF_OF_THE_PLAN_FOR_MISSION;
	}

} //StrategyIsAComponentfOfThe_PlanForMIssionImpl

Back to the top