blob: 95c2d0b7ca893e4d427cb773e6d17ac454a6a051 [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.uml2.uml.ActivityPartition;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Lane Set</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.LaneSet#getBase_ActivityPartition <em>Base Activity Partition</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.LaneSet#getLanes <em>Lanes</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.LaneSet#getParentLane <em>Parent Lane</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.LaneSet#getFlowElementsContainer <em>Flow Elements Container</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getLaneSet()
* @model
* @generated
*/
public interface LaneSet extends BaseElement {
/**
* Returns the value of the '<em><b>Base Activity Partition</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Activity Partition</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Activity Partition</em>' reference.
* @see #setBase_ActivityPartition(ActivityPartition)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getLaneSet_Base_ActivityPartition()
* @model required="true" ordered="false"
* @generated
*/
ActivityPartition getBase_ActivityPartition();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.LaneSet#getBase_ActivityPartition <em>Base Activity Partition</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Activity Partition</em>' reference.
* @see #getBase_ActivityPartition()
* @generated
*/
void setBase_ActivityPartition(ActivityPartition value);
/**
* Returns the value of the '<em><b>Lanes</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.bpmn.BPMNProfile.Lane}.
* It is bidirectional and its opposite is '{@link org.eclipse.papyrus.bpmn.BPMNProfile.Lane#getLaneSet <em>Lane Set</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Lanes</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Lanes</em>' reference list.
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getLaneSet_Lanes()
* @see org.eclipse.papyrus.bpmn.BPMNProfile.Lane#getLaneSet
* @model opposite="laneSet" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<Lane> getLanes();
/**
* Returns the value of the '<em><b>Parent Lane</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.bpmn.BPMNProfile.Lane}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Parent Lane</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Parent Lane</em>' reference list.
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getLaneSet_ParentLane()
* @model transient="true" changeable="false" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<Lane> getParentLane();
/**
* Returns the value of the '<em><b>Flow Elements Container</b></em>' reference.
* It is bidirectional and its opposite is '{@link org.eclipse.papyrus.bpmn.BPMNProfile.FlowElementsContainer#getLaneSets <em>Lane Sets</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Flow Elements Container</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Flow Elements Container</em>' reference.
* @see #setFlowElementsContainer(FlowElementsContainer)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getLaneSet_FlowElementsContainer()
* @see org.eclipse.papyrus.bpmn.BPMNProfile.FlowElementsContainer#getLaneSets
* @model opposite="laneSets" ordered="false"
* @generated
*/
FlowElementsContainer getFlowElementsContainer();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.LaneSet#getFlowElementsContainer <em>Flow Elements Container</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Flow Elements Container</em>' reference.
* @see #getFlowElementsContainer()
* @generated
*/
void setFlowElementsContainer(FlowElementsContainer value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* LaneSet::/lanes : Lane [*] = ActivityPartition.SubPartition
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='LaneSet.lanes'"
* @generated
*/
boolean LaneSetlanes(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* LaneSet::/parentLane : Lane [*] = ActivityPartition.superpartition
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='LaneSet.parentLane'"
* @generated
*/
boolean LaneSetparentLane(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* LaneSet::/flowElementsContainer [0..1] inverse of Activity.partition and SubProcess.laneSets
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='LaneSet.flowElementsContainer'"
* @generated
*/
boolean LaneSetflowElementsContainer(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* ActivityPartitions with LaneSet stereotype applied must have isDimension = true
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model
* @generated
*/
boolean LaneSet(DiagnosticChain diagnostics, Map<Object, Object> context);
} // LaneSet