blob: 47bdcca6ad52cd8765fa5614d86bc3164e987958 [file] [log] [blame]
/**
*/
package SimpleBPMN;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Pool</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link SimpleBPMN.Pool#getLanes <em>Lanes</em>}</li>
* </ul>
* </p>
*
* @see SimpleBPMN.SimpleBPMNPackage#getPool()
* @model
* @generated
*/
public interface Pool extends Swimlane {
/**
* Returns the value of the '<em><b>Lanes</b></em>' containment reference list.
* The list contents are of type {@link SimpleBPMN.Lane}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Lanes</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>Lanes</em>' containment reference list.
* @see SimpleBPMN.SimpleBPMNPackage#getPool_Lanes()
* @model containment="true"
* @generated
*/
EList<Lane> getLanes();
} // Pool