/** * generated by Xtext 2.26.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 'Root'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getRoot() * @model * @generated */ public interface Root extends EObject { /** * Returns the value of the 'Includes' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.Include}. * * * @return the value of the 'Includes' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getRoot_Includes() * @model containment="true" * @generated */ EList getIncludes(); /** * Returns the value of the 'Component Definitions' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.ComponentDefinition}. * * * @return the value of the 'Component Definitions' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getRoot_ComponentDefinitions() * @model containment="true" * @generated */ EList getComponentDefinitions(); /** * Returns the value of the 'Enum Definitions' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.EnumDefinition}. * * * @return the value of the 'Enum Definitions' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getRoot_EnumDefinitions() * @model containment="true" * @generated */ EList getEnumDefinitions(); /** * Returns the value of the 'Instantiations' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.Instantiation}. * * * @return the value of the 'Instantiations' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getRoot_Instantiations() * @model containment="true" * @generated */ EList getInstantiations(); /** * Returns the value of the 'Property Assignments' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.PropertyAssignment}. * * * @return the value of the 'Property Assignments' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getRoot_PropertyAssignments() * @model containment="true" * @generated */ EList getPropertyAssignments(); /** * Returns the value of the 'Property Definitions' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.PropertyDefinition}. * * * @return the value of the 'Property Definitions' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getRoot_PropertyDefinitions() * @model containment="true" * @generated */ EList getPropertyDefinitions(); } // Root