blob: 373e281cc9009f6099bd1ace77d00fad211f8904 [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.pkm.refframework.refframework;
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>Ref Requirement</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getReference <em>Reference</em>}</li>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getAssumptions <em>Assumptions</em>}</li>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getRationale <em>Rationale</em>}</li>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getImage <em>Image</em>}</li>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getAnnotations <em>Annotations</em>}</li>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getOwnedRel <em>Owned Rel</em>}</li>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getApplicability <em>Applicability</em>}</li>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getSubRequirement <em>Sub Requirement</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement()
* @model
* @generated
*/
public interface RefRequirement extends DescribableElement, RefAssurableElement {
/**
* Returns the value of the '<em><b>Reference</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Reference</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Reference</em>' attribute.
* @see #setReference(String)
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement_Reference()
* @model
* @generated
*/
String getReference();
/**
* Sets the value of the '{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getReference <em>Reference</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Reference</em>' attribute.
* @see #getReference()
* @generated
*/
void setReference(String value);
/**
* Returns the value of the '<em><b>Assumptions</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Assumptions</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Assumptions</em>' attribute.
* @see #setAssumptions(String)
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement_Assumptions()
* @model
* @generated
*/
String getAssumptions();
/**
* Sets the value of the '{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getAssumptions <em>Assumptions</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Assumptions</em>' attribute.
* @see #getAssumptions()
* @generated
*/
void setAssumptions(String value);
/**
* Returns the value of the '<em><b>Rationale</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rationale</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Rationale</em>' attribute.
* @see #setRationale(String)
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement_Rationale()
* @model
* @generated
*/
String getRationale();
/**
* Sets the value of the '{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getRationale <em>Rationale</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Rationale</em>' attribute.
* @see #getRationale()
* @generated
*/
void setRationale(String value);
/**
* Returns the value of the '<em><b>Image</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Image</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Image</em>' attribute.
* @see #setImage(String)
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement_Image()
* @model
* @generated
*/
String getImage();
/**
* Sets the value of the '{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getImage <em>Image</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Image</em>' attribute.
* @see #getImage()
* @generated
*/
void setImage(String value);
/**
* Returns the value of the '<em><b>Annotations</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Annotations</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Annotations</em>' attribute.
* @see #setAnnotations(String)
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement_Annotations()
* @model transient="true"
* @generated
*/
String getAnnotations();
/**
* Sets the value of the '{@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement#getAnnotations <em>Annotations</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Annotations</em>' attribute.
* @see #getAnnotations()
* @generated
*/
void setAnnotations(String 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.pkm.refframework.refframework.RefRequirementRel}.
* <!-- 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.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement_OwnedRel()
* @model containment="true"
* @generated
*/
EList<RefRequirementRel> getOwnedRel();
/**
* Returns the value of the '<em><b>Applicability</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.opencert.pkm.refframework.refframework.RefApplicability}.
* <!-- 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.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement_Applicability()
* @model containment="true"
* @generated
*/
EList<RefApplicability> getApplicability();
/**
* Returns the value of the '<em><b>Sub Requirement</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.opencert.pkm.refframework.refframework.RefRequirement}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Sub 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>Sub Requirement</em>' containment reference list.
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefRequirement_SubRequirement()
* @model containment="true"
* @generated
*/
EList<RefRequirement> getSubRequirement();
} // RefRequirement