Skip to main content
summaryrefslogtreecommitdiffstats
blob: ac1863f7e84f42e706114b66541cc4659b3c67f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * <copyright>
 * </copyright>
 *

 */
package org.eclipse.papyrus.alf.alf;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Statement</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.alf.alf.AlfPackage#getStatement()
 * @model
 * @generated
 */
public interface Statement extends EObject
{
} // Statement

Back to the top