blob: e2b424baf1c57623ff46725facdcc41b0a62ebd4 [file] [log] [blame]
/**
* Copyright (c) 2000-2009, Intalio Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Intalio Inc. - initial API and implementation
*
*/
package org.eclipse.mdt.bpmn;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Choreography Sub Process</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.mdt.bpmn.ChoreographySubProcess#getFlowElementGroup <em>Flow Element Group</em>}</li>
* <li>{@link org.eclipse.mdt.bpmn.ChoreographySubProcess#getFlowElement <em>Flow Element</em>}</li>
* <li>{@link org.eclipse.mdt.bpmn.ChoreographySubProcess#getArtifactGroup <em>Artifact Group</em>}</li>
* <li>{@link org.eclipse.mdt.bpmn.ChoreographySubProcess#getArtifact <em>Artifact</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.mdt.bpmn.BpmnPackage#getChoreographySubProcess()
* @model extendedMetaData="name='tChoreographySubProcess' kind='elementOnly'"
* @generated
*/
public interface ChoreographySubProcess extends ChoreographyActivity {
/**
* Returns the value of the '<em><b>Flow Element Group</b></em>' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Flow Element Group</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Flow Element Group</em>' attribute list.
* @see org.eclipse.mdt.bpmn.BpmnPackage#getChoreographySubProcess_FlowElementGroup()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
* extendedMetaData="kind='group' name='flowElement:group' namespace='##targetNamespace'"
* @generated
*/
FeatureMap getFlowElementGroup();
/**
* Returns the value of the '<em><b>Flow Element</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdt.bpmn.FlowElement}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Flow Element</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Flow Element</em>' containment reference list.
* @see org.eclipse.mdt.bpmn.BpmnPackage#getChoreographySubProcess_FlowElement()
* @model containment="true" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='flowElement' namespace='##targetNamespace' group='flowElement:group'"
* @generated
*/
EList<FlowElement> getFlowElement();
/**
* Returns the value of the '<em><b>Artifact Group</b></em>' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Artifact Group</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Artifact Group</em>' attribute list.
* @see org.eclipse.mdt.bpmn.BpmnPackage#getChoreographySubProcess_ArtifactGroup()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
* extendedMetaData="kind='group' name='artifact:group' namespace='##targetNamespace'"
* @generated
*/
FeatureMap getArtifactGroup();
/**
* Returns the value of the '<em><b>Artifact</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdt.bpmn.Artifact}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Artifact</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Artifact</em>' containment reference list.
* @see org.eclipse.mdt.bpmn.BpmnPackage#getChoreographySubProcess_Artifact()
* @model containment="true" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='artifact' namespace='##targetNamespace' group='artifact:group'"
* @generated
*/
EList<Artifact> getArtifact();
} // ChoreographySubProcess