blob: 45e07560e7e404402ecaf291dccf72cb59c34f34 [file] [log] [blame]
/**
* Copyright (c) 2014 Fraunhofer FOKUS
* 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:
* Max Bureck
*/
package org.eclipse.upr.bpmnprof;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.uml2.uml.ActivityPartition;
import org.eclipse.uml2.uml.Element;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Lane</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::Process.</p>
* <p>From package BPMNProfile (URI {@literal http://www.omg.org/spec/BPMNProfile/20121112/}).</p>
* <p>From package BPMNProfile::CoreStructure::Common::Events.</p>
* <p>From package BPMNProfile::CoreStructure::Common::Artifacts.</p>
* <p>From package BPMNProfile::CoreStructure::Common.</p>
* <p>From package BPMNProfile::Process::Data.</p>
* <p>From package BPMNProfile::Process::HumanInteraction.</p>
* <p>From package BPMNProfile::Collaboration.</p>
* <p>From package BPMNProfile::CoreStructure::Foundation.</p>
* <p>From package BPMNProfile::CoreStructure::Service.</p>
* <p>From package BPMNProfile::Collaboration::Conversation.</p>
* <p>From package BPMNProfile::CoreStructure.</p>
* <p>From package BPMNProfile::Process::Activities.</p>
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.upr.bpmnprof.Lane#getBase_ActivityPartition <em>Base Activity Partition</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.Lane#get_partitionElement <em>partition Element</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.Lane#getFlowNodeRefs <em>Flow Node Refs</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.Lane#getPartitionElementRef <em>Partition Element Ref</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.Lane#getChildLaneSet <em>Child Lane Set</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.Lane#getLaneSet <em>Lane Set</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getLane()
* @model
* @generated
*/
public interface Lane 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.upr.bpmnprof.BpmnprofPackage#getLane_Base_ActivityPartition()
* @model required="true" ordered="false"
* @generated
*/
ActivityPartition getBase_ActivityPartition();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.Lane#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>partition Element</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>partition Element</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>partition Element</em>' reference.
* @see #set_partitionElement(Element)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getLane__partitionElement()
* @model ordered="false"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName=' partitionElement'"
* @generated
*/
Element get_partitionElement();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.Lane#get_partitionElement <em>partition Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>partition Element</em>' reference.
* @see #get_partitionElement()
* @generated
*/
void set_partitionElement(Element value);
/**
* Returns the value of the '<em><b>Flow Node Refs</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.FlowNode}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Flow Node Refs</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>Flow Node Refs</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getLane_FlowNodeRefs()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<FlowNode> getFlowNodeRefs();
/**
* Returns the value of the '<em><b>Partition Element Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Partition Element Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Partition Element Ref</em>' reference.
* @see #setPartitionElementRef(BaseElement)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getLane_PartitionElementRef()
* @model transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
BaseElement getPartitionElementRef();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.Lane#getPartitionElementRef <em>Partition Element Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Partition Element Ref</em>' reference.
* @see #getPartitionElementRef()
* @generated
*/
void setPartitionElementRef(BaseElement value);
/**
* Returns the value of the '<em><b>Child Lane Set</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Child Lane Set</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Child Lane Set</em>' reference.
* @see #setChildLaneSet(LaneSet)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getLane_ChildLaneSet()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='childLaneSet '"
* @generated
*/
LaneSet getChildLaneSet();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.Lane#getChildLaneSet <em>Child Lane Set</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Child Lane Set</em>' reference.
* @see #getChildLaneSet()
* @generated
*/
void setChildLaneSet(LaneSet value);
/**
* Returns the value of the '<em><b>Lane Set</b></em>' reference.
* It is bidirectional and its opposite is '{@link org.eclipse.upr.bpmnprof.LaneSet#getLanes <em>Lanes</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Lane Set</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Lane Set</em>' reference.
* @see #setLaneSet(LaneSet)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getLane_LaneSet()
* @see org.eclipse.upr.bpmnprof.LaneSet#getLanes
* @model opposite="lanes" required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
LaneSet getLaneSet();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.Lane#getLaneSet <em>Lane Set</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Lane Set</em>' reference.
* @see #getLaneSet()
* @generated
*/
void setLaneSet(LaneSet value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Lane::/laneSet : 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='Lane.laneSet'"
* @generated
*/
boolean LanelaneSet(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Lane::/childLaneSet : Lane [0..1] = 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='Lane.childLaneSet'"
* @generated
*/
boolean LanechildLaneSet(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Lane::/partitionElementRef [0..1] = ActivityPartition.represents
* @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='Lane.partitionElementRef'"
* @generated
*/
boolean LanepartitionElementRef(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Lane::/flowNodeRefs [*] = ActivityPartition.node
* @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='Lane.flowNodeRefs'"
* @generated
*/
boolean LaneflowNodeRefs(DiagnosticChain diagnostics, Map<Object, Object> context);
} // Lane