Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 45e0eeb2d97b5647e7f31c7662babc6edcea451b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 */
package org.eclipse.papyrus.req.bmm.Bmm;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Broader Course Of Action Includes More Specific Course Of Action</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.req.bmm.Bmm.BmmPackage#getBroaderCourseOfActionIncludesMoreSpecificCourseOfAction()
 * @model
 * @generated
 */
public interface BroaderCourseOfActionIncludesMoreSpecificCourseOfAction extends MotivationEdge {
} // BroaderCourseOfActionIncludesMoreSpecificCourseOfAction

Back to the top