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

Back to the top