blob: 9780c2f58dd87e8d4f946b15fc8f14c32efc3277 [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.cdo.CDOObject;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ref Assurable Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.opencert.pkm.refframework.refframework.RefAssurableElement#getEquivalence <em>Equivalence</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefAssurableElement()
* @model abstract="true"
* @extends CDOObject
* @generated
*/
public interface RefAssurableElement extends CDOObject {
/**
* Returns the value of the '<em><b>Equivalence</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.opencert.pkm.refframework.refframework.RefEquivalenceMap}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Equivalence</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>Equivalence</em>' containment reference list.
* @see org.eclipse.opencert.pkm.refframework.refframework.RefframeworkPackage#getRefAssurableElement_Equivalence()
* @model containment="true"
* @generated
*/
EList<RefEquivalenceMap> getEquivalence();
} // RefAssurableElement