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


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>BPMN Artifact</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getBPMNArtifact()
 * @model abstract="true"
 * @generated
 */
public interface BPMNArtifact extends BaseElement {
} // BPMNArtifact

Back to the top