blob: 73a81cfacf688f68ce40f3ee9e084cea9ac00799 [file] [log] [blame]
/**
*/
package org.eclipse.gmf.tooling.examples.phantoms;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Medium Parent</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmf.tooling.examples.phantoms.MediumParent#getChildren <em>Children</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmf.tooling.examples.phantoms.PhantomsPackage#getMediumParent()
* @model
* @generated
*/
public interface MediumParent extends EObject {
/**
* Returns the value of the '<em><b>Children</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.gmf.tooling.examples.phantoms.MediumChild}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Children</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>Children</em>' containment reference list.
* @see org.eclipse.gmf.tooling.examples.phantoms.PhantomsPackage#getMediumParent_Children()
* @model containment="true"
* @generated
*/
EList<MediumChild> getChildren();
} // MediumParent