blob: 8a65dd1fb1e27ca794180797579b7d8de3b4ac04 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Fundación Tecnalia Research & Innovation.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Huascar Espinoza - initial API and implementation
* Alejandra Ruíz - initial API and implementation
* Idoya Del Río - initial API and implementation
* Mari Carmen Palacios - initial API and implementation
* Angel López - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.opencert.apm.baseline.baseline;
import org.eclipse.emf.common.util.EList;
import org.eclipse.opencert.infra.general.general.DescribableElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Base Activity</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getObjective <em>Objective</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getScope <em>Scope</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getRequiredArtefact <em>Required Artefact</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getProducedArtefact <em>Produced Artefact</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getSubActivity <em>Sub Activity</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getPrecedingActivity <em>Preceding Activity</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getOwnedRequirement <em>Owned Requirement</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getRole <em>Role</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getApplicableTechnique <em>Applicable Technique</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getOwnedRel <em>Owned Rel</em>}</li>
* <li>{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getApplicability <em>Applicability</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity()
* @model annotation="gmf.node label='name' border.color='0,0,0' border.width='2'"
* @generated
*/
public interface BaseActivity extends BaseAssurableElement, BaselineElement, DescribableElement {
/**
* Returns the value of the '<em><b>Objective</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Objective</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Objective</em>' attribute.
* @see #setObjective(String)
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_Objective()
* @model
* @generated
*/
String getObjective();
/**
* Sets the value of the '{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getObjective <em>Objective</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Objective</em>' attribute.
* @see #getObjective()
* @generated
*/
void setObjective(String value);
/**
* Returns the value of the '<em><b>Scope</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Scope</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Scope</em>' attribute.
* @see #setScope(String)
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_Scope()
* @model
* @generated
*/
String getScope();
/**
* Sets the value of the '{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getScope <em>Scope</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Scope</em>' attribute.
* @see #getScope()
* @generated
*/
void setScope(String value);
/**
* Returns the value of the '<em><b>Required Artefact</b></em>' reference list.
* The list contents are of type {@link org.eclipse.opencert.apm.baseline.baseline.BaseArtefact}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Required Artefact</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>Required Artefact</em>' reference list.
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_RequiredArtefact()
* @model annotation="gmf.link color='255,0,0' source.decoration='closedarrow' style='dash' tool.small.bundle='org.eclipse.opencert.pkm.refframework' tool.small.path='icons/Require.gif'"
* @generated
*/
EList<BaseArtefact> getRequiredArtefact();
/**
* Returns the value of the '<em><b>Produced Artefact</b></em>' reference list.
* The list contents are of type {@link org.eclipse.opencert.apm.baseline.baseline.BaseArtefact}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Produced Artefact</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>Produced Artefact</em>' reference list.
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_ProducedArtefact()
* @model annotation="gmf.link color='0,255,0' target.decoration='filledclosedarrow' style='solid' tool.small.bundle='org.eclipse.opencert.pkm.refframework' tool.small.path='icons/Produce.gif'"
* @generated
*/
EList<BaseArtefact> getProducedArtefact();
/**
* Returns the value of the '<em><b>Sub Activity</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Sub Activity</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>Sub Activity</em>' containment reference list.
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_SubActivity()
* @model containment="true"
* @generated
*/
EList<BaseActivity> getSubActivity();
/**
* Returns the value of the '<em><b>Preceding Activity</b></em>' reference list.
* The list contents are of type {@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Preceding Activity</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>Preceding Activity</em>' reference list.
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_PrecedingActivity()
* @model annotation="gmf.link source.decoration='arrow' tool.small.bundle='org.eclipse.opencert.pkm.refframework' tool.small.path='icons/Precedence.gif'"
* @generated
*/
EList<BaseActivity> getPrecedingActivity();
/**
* Returns the value of the '<em><b>Owned Requirement</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.opencert.apm.baseline.baseline.BaseRequirement}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Requirement</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>Owned Requirement</em>' containment reference list.
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_OwnedRequirement()
* @model containment="true"
* @generated
*/
EList<BaseRequirement> getOwnedRequirement();
/**
* Returns the value of the '<em><b>Role</b></em>' reference list.
* The list contents are of type {@link org.eclipse.opencert.apm.baseline.baseline.BaseRole}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Role</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>Role</em>' reference list.
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_Role()
* @model annotation="gmf.link color='0,0,255' source.decoration='closedarrow' style='dash' tool.small.bundle='org.eclipse.opencert.pkm.refframework' tool.small.path='icons/Executing.gif'"
* @generated
*/
EList<BaseRole> getRole();
/**
* Returns the value of the '<em><b>Applicable Technique</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Applicable Technique</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Applicable Technique</em>' reference.
* @see #setApplicableTechnique(BaseTechnique)
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_ApplicableTechnique()
* @model
* @generated
*/
BaseTechnique getApplicableTechnique();
/**
* Sets the value of the '{@link org.eclipse.opencert.apm.baseline.baseline.BaseActivity#getApplicableTechnique <em>Applicable Technique</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Applicable Technique</em>' reference.
* @see #getApplicableTechnique()
* @generated
*/
void setApplicableTechnique(BaseTechnique value);
/**
* Returns the value of the '<em><b>Owned Rel</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.opencert.apm.baseline.baseline.BaseActivityRel}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Rel</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>Owned Rel</em>' containment reference list.
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_OwnedRel()
* @model containment="true"
* @generated
*/
EList<BaseActivityRel> getOwnedRel();
/**
* Returns the value of the '<em><b>Applicability</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.opencert.apm.baseline.baseline.BaseApplicability}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Applicability</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>Applicability</em>' containment reference list.
* @see org.eclipse.opencert.apm.baseline.baseline.BaselinePackage#getBaseActivity_Applicability()
* @model containment="true"
* @generated
*/
EList<BaseApplicability> getApplicability();
} // BaseActivity