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

* The following features are supported: *

* * * @see fr.n7.gAME.GAMEPackage#getLieu() * @model * @generated */ public interface Lieu extends EObject { /** * Returns the value of the 'Nom' attribute. * * * @return the value of the 'Nom' attribute. * @see #setNom(String) * @see fr.n7.gAME.GAMEPackage#getLieu_Nom() * @model * @generated */ String getNom(); /** * Sets the value of the '{@link fr.n7.gAME.Lieu#getNom Nom}' attribute. * * * @param value the new value of the 'Nom' attribute. * @see #getNom() * @generated */ void setNom(String value); /** * Returns the value of the 'Deposable' containment reference. * * * @return the value of the 'Deposable' containment reference. * @see #setDeposable(Condition) * @see fr.n7.gAME.GAMEPackage#getLieu_Deposable() * @model containment="true" * @generated */ Condition getDeposable(); /** * Sets the value of the '{@link fr.n7.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.gAME.GAMEPackage#getLieu_Depart() * @model containment="true" * @generated */ Condition getDepart(); /** * Sets the value of the '{@link fr.n7.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.gAME.GAMEPackage#getLieu_Fin() * @model containment="true" * @generated */ Condition getFin(); /** * Sets the value of the '{@link fr.n7.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' attribute list. * The list contents are of type {@link java.lang.String}. * * * @return the value of the 'Personnes' attribute list. * @see fr.n7.gAME.GAMEPackage#getLieu_Personnes() * @model unique="false" * @generated */ EList getPersonnes(); /** * Returns the value of the 'Descriptions' containment reference list. * The list contents are of type {@link fr.n7.gAME.Description}. * * * @return the value of the 'Descriptions' containment reference list. * @see fr.n7.gAME.GAMEPackage#getLieu_Descriptions() * @model containment="true" * @generated */ EList getDescriptions(); /** * Returns the value of the 'Objets' attribute list. * The list contents are of type {@link java.lang.String}. * * * @return the value of the 'Objets' attribute list. * @see fr.n7.gAME.GAMEPackage#getLieu_Objets() * @model unique="false" * @generated */ EList getObjets(); /** * Returns the value of the 'Connaissances' attribute list. * The list contents are of type {@link java.lang.String}. * * * @return the value of the 'Connaissances' attribute list. * @see fr.n7.gAME.GAMEPackage#getLieu_Connaissances() * @model unique="false" * @generated */ EList getConnaissances(); } // Lieu