/** */ 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 'Region'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.yakinduPackage#getRegion() * @model * @generated */ public interface Region extends EObject { /** * Returns the value of the 'Vertices' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Vertex}. * *

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

* * @return the value of the 'Vertices' containment reference list. * @see ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.yakinduPackage#getRegion_Vertices() * @model containment="true" ordered="false" * @generated */ EList getVertices(); } // Region