Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 79124304093d456507fa0cd652e0431bcb931e7b (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>Influencer Category Categorizes Influencer</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.req.bmm.Bmm.BmmPackage#getInfluencerCategoryCategorizesInfluencer()
 * @model
 * @generated
 */
public interface InfluencerCategoryCategorizesInfluencer extends MotivationEdge {
} // InfluencerCategoryCategorizesInfluencer

Back to the top