Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3c6d0e6be68119cfa310a3b9432c4618616ca9fa (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>Directive</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.req.bmm.Bmm.BmmPackage#getDirective()
 * @model
 * @generated
 */
public interface Directive extends Means {
} // Directive

Back to the top