Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5ee4503519d7011327f89d0618ec6c3690a106b6 (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>Organization Unit Defines End</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.req.bmm.Bmm.BmmPackage#getOrganizationUnitDefinesEnd()
 * @model
 * @generated
 */
public interface OrganizationUnitDefinesEnd extends MotivationEdge {
} // OrganizationUnitDefinesEnd

Back to the top