Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5717f325c05d18d6e7122939e99de25b020c650e (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>Potential Owner</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getPotentialOwner()
 * @model
 * @generated
 */
public interface PotentialOwner extends HumanPerformer {
} // PotentialOwner

Back to the top