/** */ package ca.mcgill.ecse.dslreasoner.standalone.test.yakindu; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Composite Element'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.yakinduPackage#getCompositeElement() * @model abstract="true" * @generated */ public interface CompositeElement extends EObject { /** * Returns the value of the 'Regions' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Region}. * *

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

* * @return the value of the 'Regions' containment reference list. * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.yakinduPackage#getCompositeElement_Regions() * @model containment="true" * @generated */ EList getRegions(); } // CompositeElement