/** * generated by Xtext 2.14.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 'Concat'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getConcat() * @model * @generated */ public interface Concat extends EObject { /** * Returns the value of the 'Elements' containment reference list. * The list contents are of type {@link com.minres.rdl.rdl.ConcatElem}. * *

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

* * @return the value of the 'Elements' containment reference list. * @see com.minres.rdl.rdl.RdlPackage#getConcat_Elements() * @model containment="true" * @generated */ EList getElements(); } // Concat