/**
* generated by Xtext 2.23.0
*/
package fr.n7.xtext.gAME;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Lieu'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.xtext.gAME.Lieu#getNom Nom}
* - {@link fr.n7.xtext.gAME.Lieu#getDeposable Deposable}
* - {@link fr.n7.xtext.gAME.Lieu#getDepart Depart}
* - {@link fr.n7.xtext.gAME.Lieu#getFin Fin}
* - {@link fr.n7.xtext.gAME.Lieu#getPersonnes Personnes}
* - {@link fr.n7.xtext.gAME.Lieu#getDescriptions Descriptions}
* - {@link fr.n7.xtext.gAME.Lieu#getObjets Objets}
* - {@link fr.n7.xtext.gAME.Lieu#getConnaissances Connaissances}
*
*
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu()
* @model
* @generated
*/
public interface Lieu extends EObject
{
/**
* Returns the value of the 'Nom' containment reference.
*
*
* @return the value of the 'Nom' containment reference.
* @see #setNom(Nom)
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu_Nom()
* @model containment="true"
* @generated
*/
Nom getNom();
/**
* Sets the value of the '{@link fr.n7.xtext.gAME.Lieu#getNom Nom}' containment reference.
*
*
* @param value the new value of the 'Nom' containment reference.
* @see #getNom()
* @generated
*/
void setNom(Nom value);
/**
* Returns the value of the 'Deposable' containment reference.
*
*
* @return the value of the 'Deposable' containment reference.
* @see #setDeposable(Condition)
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu_Deposable()
* @model containment="true"
* @generated
*/
Condition getDeposable();
/**
* Sets the value of the '{@link fr.n7.xtext.gAME.Lieu#getDeposable Deposable}' containment reference.
*
*
* @param value the new value of the 'Deposable' containment reference.
* @see #getDeposable()
* @generated
*/
void setDeposable(Condition value);
/**
* Returns the value of the 'Depart' containment reference.
*
*
* @return the value of the 'Depart' containment reference.
* @see #setDepart(Condition)
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu_Depart()
* @model containment="true"
* @generated
*/
Condition getDepart();
/**
* Sets the value of the '{@link fr.n7.xtext.gAME.Lieu#getDepart Depart}' containment reference.
*
*
* @param value the new value of the 'Depart' containment reference.
* @see #getDepart()
* @generated
*/
void setDepart(Condition value);
/**
* Returns the value of the 'Fin' containment reference.
*
*
* @return the value of the 'Fin' containment reference.
* @see #setFin(Condition)
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu_Fin()
* @model containment="true"
* @generated
*/
Condition getFin();
/**
* Sets the value of the '{@link fr.n7.xtext.gAME.Lieu#getFin Fin}' containment reference.
*
*
* @param value the new value of the 'Fin' containment reference.
* @see #getFin()
* @generated
*/
void setFin(Condition value);
/**
* Returns the value of the 'Personnes' containment reference list.
* The list contents are of type {@link fr.n7.xtext.gAME.Nom}.
*
*
* @return the value of the 'Personnes' containment reference list.
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu_Personnes()
* @model containment="true"
* @generated
*/
EList getPersonnes();
/**
* Returns the value of the 'Descriptions' containment reference list.
* The list contents are of type {@link fr.n7.xtext.gAME.Description}.
*
*
* @return the value of the 'Descriptions' containment reference list.
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu_Descriptions()
* @model containment="true"
* @generated
*/
EList getDescriptions();
/**
* Returns the value of the 'Objets' containment reference list.
* The list contents are of type {@link fr.n7.xtext.gAME.Nom}.
*
*
* @return the value of the 'Objets' containment reference list.
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu_Objets()
* @model containment="true"
* @generated
*/
EList getObjets();
/**
* Returns the value of the 'Connaissances' containment reference list.
* The list contents are of type {@link fr.n7.xtext.gAME.Nom}.
*
*
* @return the value of the 'Connaissances' containment reference list.
* @see fr.n7.xtext.gAME.GAMEPackage#getLieu_Connaissances()
* @model containment="true"
* @generated
*/
EList getConnaissances();
} // Lieu