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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getRegion() * @model * @generated */ public interface Region extends EObject { /** * Returns the value of the 'Vertices' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.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 hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getRegion_Vertices() * @model containment="true" ordered="false" * @generated */ EList getVertices(); } // Region