/**
* generated by Xtext 2.23.0
*/
package fr.n7.game;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Territoire'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.game.Territoire#getLieux Lieux}
* - {@link fr.n7.game.Territoire#getChemins Chemins}
*
*
* @see fr.n7.game.GamePackage#getTerritoire()
* @model
* @generated
*/
public interface Territoire extends EObject
{
/**
* Returns the value of the 'Lieux' containment reference list.
* The list contents are of type {@link fr.n7.game.Lieu}.
*
*
* @return the value of the 'Lieux' containment reference list.
* @see fr.n7.game.GamePackage#getTerritoire_Lieux()
* @model containment="true"
* @generated
*/
EList getLieux();
/**
* Returns the value of the 'Chemins' containment reference list.
* The list contents are of type {@link fr.n7.game.Chemin}.
*
*
* @return the value of the 'Chemins' containment reference list.
* @see fr.n7.game.GamePackage#getTerritoire_Chemins()
* @model containment="true"
* @generated
*/
EList getChemins();
} // Territoire