/** * <copyright> * * Copyright (c) 2011-2013 Obeo. * 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: * Obeo - initial API and implementation * * </copyright> */ package org.obeonetwork.dsl.bpmn2; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Process</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getProcessType <em>Process Type</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#isIsClosed <em>Is Closed</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getAuditing <em>Auditing</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getMonitoring <em>Monitoring</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getProperties <em>Properties</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getSupports <em>Supports</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getDefinitionalCollaborationRef <em>Definitional Collaboration Ref</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#isIsExecutable <em>Is Executable</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getResources <em>Resources</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getArtifacts <em>Artifacts</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getCorrelationSubscriptions <em>Correlation Subscriptions</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getDecomposedBy <em>Decomposed By</em>}</li> * <li>{@link org.obeonetwork.dsl.bpmn2.Process#getDecomposes <em>Decomposes</em>}</li> * </ul> * * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess() * @model * @generated */ public interface Process extends CallableElement, FlowElementsContainer { /** * Returns the value of the '<em><b>Process Type</b></em>' attribute. * The literals are from the enumeration {@link org.obeonetwork.dsl.bpmn2.ProcessType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Process Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Process Type</em>' attribute. * @see org.obeonetwork.dsl.bpmn2.ProcessType * @see #setProcessType(ProcessType) * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_ProcessType() * @model required="true" ordered="false" * @generated */ ProcessType getProcessType(); /** * Sets the value of the '{@link org.obeonetwork.dsl.bpmn2.Process#getProcessType <em>Process Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Process Type</em>' attribute. * @see org.obeonetwork.dsl.bpmn2.ProcessType * @see #getProcessType() * @generated */ void setProcessType(ProcessType value); /** * Returns the value of the '<em><b>Is Closed</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Is Closed</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Is Closed</em>' attribute. * @see #setIsClosed(boolean) * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_IsClosed() * @model required="true" ordered="false" * @generated */ boolean isIsClosed(); /** * Sets the value of the '{@link org.obeonetwork.dsl.bpmn2.Process#isIsClosed <em>Is Closed</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Is Closed</em>' attribute. * @see #isIsClosed() * @generated */ void setIsClosed(boolean value); /** * Returns the value of the '<em><b>Auditing</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Auditing</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Auditing</em>' containment reference. * @see #setAuditing(Auditing) * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_Auditing() * @model containment="true" ordered="false" * @generated */ Auditing getAuditing(); /** * Sets the value of the '{@link org.obeonetwork.dsl.bpmn2.Process#getAuditing <em>Auditing</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Auditing</em>' containment reference. * @see #getAuditing() * @generated */ void setAuditing(Auditing value); /** * Returns the value of the '<em><b>Monitoring</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Monitoring</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Monitoring</em>' containment reference. * @see #setMonitoring(Monitoring) * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_Monitoring() * @model containment="true" ordered="false" * @generated */ Monitoring getMonitoring(); /** * Sets the value of the '{@link org.obeonetwork.dsl.bpmn2.Process#getMonitoring <em>Monitoring</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Monitoring</em>' containment reference. * @see #getMonitoring() * @generated */ void setMonitoring(Monitoring value); /** * Returns the value of the '<em><b>Properties</b></em>' containment reference list. * The list contents are of type {@link org.obeonetwork.dsl.bpmn2.Property}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Properties</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>Properties</em>' containment reference list. * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_Properties() * @model containment="true" ordered="false" * @generated */ EList<Property> getProperties(); /** * Returns the value of the '<em><b>Supports</b></em>' reference list. * The list contents are of type {@link org.obeonetwork.dsl.bpmn2.Process}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Supports</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>Supports</em>' reference list. * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_Supports() * @model ordered="false" * @generated */ EList<Process> getSupports(); /** * Returns the value of the '<em><b>Definitional Collaboration Ref</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Definitional Collaboration 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>Definitional Collaboration Ref</em>' reference. * @see #setDefinitionalCollaborationRef(Collaboration) * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_DefinitionalCollaborationRef() * @model ordered="false" * @generated */ Collaboration getDefinitionalCollaborationRef(); /** * Sets the value of the '{@link org.obeonetwork.dsl.bpmn2.Process#getDefinitionalCollaborationRef <em>Definitional Collaboration Ref</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Definitional Collaboration Ref</em>' reference. * @see #getDefinitionalCollaborationRef() * @generated */ void setDefinitionalCollaborationRef(Collaboration value); /** * Returns the value of the '<em><b>Is Executable</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Is Executable</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Is Executable</em>' attribute. * @see #setIsExecutable(boolean) * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_IsExecutable() * @model required="true" ordered="false" * @generated */ boolean isIsExecutable(); /** * Sets the value of the '{@link org.obeonetwork.dsl.bpmn2.Process#isIsExecutable <em>Is Executable</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Is Executable</em>' attribute. * @see #isIsExecutable() * @generated */ void setIsExecutable(boolean value); /** * Returns the value of the '<em><b>Resources</b></em>' containment reference list. * The list contents are of type {@link org.obeonetwork.dsl.bpmn2.ResourceRole}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Resources</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>Resources</em>' containment reference list. * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_Resources() * @model containment="true" ordered="false" * @generated */ EList<ResourceRole> getResources(); /** * Returns the value of the '<em><b>Artifacts</b></em>' containment reference list. * The list contents are of type {@link org.obeonetwork.dsl.bpmn2.Artifact}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Artifacts</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>Artifacts</em>' containment reference list. * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_Artifacts() * @model containment="true" ordered="false" * @generated */ EList<Artifact> getArtifacts(); /** * Returns the value of the '<em><b>Correlation Subscriptions</b></em>' containment reference list. * The list contents are of type {@link org.obeonetwork.dsl.bpmn2.CorrelationSubscription}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Correlation Subscriptions</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>Correlation Subscriptions</em>' containment reference list. * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_CorrelationSubscriptions() * @model containment="true" ordered="false" * @generated */ EList<CorrelationSubscription> getCorrelationSubscriptions(); /** * Returns the value of the '<em><b>Decomposed By</b></em>' containment reference list. * The list contents are of type {@link org.obeonetwork.dsl.bpmn2.Process}. * It is bidirectional and its opposite is '{@link org.obeonetwork.dsl.bpmn2.Process#getDecomposes <em>Decomposes</em>}'. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Decomposed By</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>Decomposed By</em>' containment reference list. * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_DecomposedBy() * @see org.obeonetwork.dsl.bpmn2.Process#getDecomposes * @model opposite="decomposes" containment="true" * @generated */ EList<Process> getDecomposedBy(); /** * Returns the value of the '<em><b>Decomposes</b></em>' container reference. * It is bidirectional and its opposite is '{@link org.obeonetwork.dsl.bpmn2.Process#getDecomposedBy <em>Decomposed By</em>}'. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Decomposes</em>' container reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Decomposes</em>' container reference. * @see #setDecomposes(Process) * @see org.obeonetwork.dsl.bpmn2.Bpmn2Package#getProcess_Decomposes() * @see org.obeonetwork.dsl.bpmn2.Process#getDecomposedBy * @model opposite="decomposedBy" transient="false" * @generated */ Process getDecomposes(); /** * Sets the value of the '{@link org.obeonetwork.dsl.bpmn2.Process#getDecomposes <em>Decomposes</em>}' container reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Decomposes</em>' container reference. * @see #getDecomposes() * @generated */ void setDecomposes(Process value); } // Process