/** */ package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm; 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 hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#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 hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.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 hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getCompositeElement_Regions() * @model containment="true" * @generated */ EList getRegions(); } // CompositeElement