blob: 592c2fefc9077d97da349433c6eaaeb09d4d1d4a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Willink Transformations and others.
* 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:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*/
package example1.target;
import example1.target.util.Visitable;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>TRoot</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link example1.target.TRoot#getOwnedA <em>Owned A</em>}</li>
* </ul>
*
* @see example1.target.TargetPackage#getTRoot()
* @model superTypes="example1.target.Visitable"
* @generated
*/
public interface TRoot extends EObject, Visitable {
/**
* Returns the value of the '<em><b>Owned A</b></em>' containment reference list.
* The list contents are of type {@link example1.target.A}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned A</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 A</em>' containment reference list.
* @see example1.target.TargetPackage#getTRoot_OwnedA()
* @model containment="true"
* annotation="http://www.eclipse.org/emf/2002/GenModel get='throw new UnsupportedOperationException(); // FIXME Unimplemented http://cs2as/tests/example1/targetMM/1.0!TRoot!ownedA'"
* @generated
*/
EList<A> getOwnedA();
} // TRoot