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