/** * generated by Xtext 2.13.0 */ package rba.tool.editor.rbaEditorModel; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import rba.core.Project; /** * * A representation of the model object 'Top Level'. * * *

* The following features are supported: *

* * * @see rba.tool.editor.rbaEditorModel.RbaEditorModelPackage#getTopLevel() * @model * @generated */ public interface TopLevel extends EObject { /** * Returns the value of the 'Project' containment reference list. * The list contents are of type {@link rba.core.Project}. * *

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

* * @return the value of the 'Project' containment reference list. * @see rba.tool.editor.rbaEditorModel.RbaEditorModelPackage#getTopLevel_Project() * @model containment="true" * @generated */ EList getProject(); /** * Returns the value of the 'Imports' containment reference list. * The list contents are of type {@link rba.tool.editor.rbaEditorModel.Import}. * *

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

* * @return the value of the 'Imports' containment reference list. * @see rba.tool.editor.rbaEditorModel.RbaEditorModelPackage#getTopLevel_Imports() * @model containment="true" * @generated */ EList getImports(); /** * Returns the value of the 'Packages' containment reference list. * The list contents are of type {@link rba.core.Package}. * *

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

* * @return the value of the 'Packages' containment reference list. * @see rba.tool.editor.rbaEditorModel.RbaEditorModelPackage#getTopLevel_Packages() * @model containment="true" * @generated */ EList getPackages(); } // TopLevel