/** * generated by Xtext 2.12.0 */ package com.minres.rdl.rdl; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Immediate Instantiation'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getImmediateInstantiation() * @model * @generated */ public interface ImmediateInstantiation extends EObject { /** * Returns the value of the 'External' attribute. * *

* If the meaning of the 'External' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'External' attribute. * @see #setExternal(boolean) * @see com.minres.rdl.rdl.RdlPackage#getImmediateInstantiation_External() * @model * @generated */ boolean isExternal(); /** * Sets the value of the '{@link com.minres.rdl.rdl.ImmediateInstantiation#isExternal External}' attribute. * * * @param value the new value of the 'External' attribute. * @see #isExternal() * @generated */ void setExternal(boolean value); /** * Returns the value of the 'Component Instances' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.ComponentInstance}. * *

* If the meaning of the 'Component Instances' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Component Instances' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getImmediateInstantiation_ComponentInstances() * @model containment="true" * @generated */ EList getComponentInstances(); } // ImmediateInstantiation