Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cf79f3f33d39ff582cee50ec9249c8d898423a25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 */
package org.eclipse.papyrus.uml.alf.alf;

import org.eclipse.emf.ecore.EObject;

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

Back to the top