blob: d9a0a4dcfd66da91ccdae310ea228fee54fcdff8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007-2013 THALES GLOBAL SERVICES.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.tests.sample.migration.migrationmodeler;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Test Case</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>
* {@link org.eclipse.sirius.tests.sample.migration.migrationmodeler.TestCase#getRepresentations
* <em>Representations</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.sirius.tests.sample.migration.migrationmodeler.MigrationmodelerPackage#getTestCase()
* @model
* @generated
*/
public interface TestCase extends EObject {
/**
* Returns the value of the '<em><b>Representations</b></em>' containment
* reference list. The list contents are of type
* {@link org.eclipse.sirius.tests.sample.migration.migrationmodeler.Representation}
* . <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Representations</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>Representations</em>' containment reference
* list.
* @see org.eclipse.sirius.tests.sample.migration.migrationmodeler.MigrationmodelerPackage#getTestCase_Representations()
* @model containment="true"
* @generated
*/
EList<Representation> getRepresentations();
} // TestCase