Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 80be4053473d7d7c4e72f9145db7784bc215fa32 (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>Influencing Organization Is Sourceof Influencer</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.req.bmm.Bmm.BmmPackage#getInfluencingOrganizationIsSourceofInfluencer()
 * @model
 * @generated
 */
public interface InfluencingOrganizationIsSourceofInfluencer extends MotivationEdge {
} // InfluencingOrganizationIsSourceofInfluencer

Back to the top