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

* The following features are supported: *

* * * @see fr.n7.xtext.gAME.GAMEPackage#getJeu() * @model * @generated */ public interface Jeu extends EObject { /** * Returns the value of the 'Explorateur' containment reference. * * * @return the value of the 'Explorateur' containment reference. * @see #setExplorateur(Explorateur) * @see fr.n7.xtext.gAME.GAMEPackage#getJeu_Explorateur() * @model containment="true" * @generated */ Explorateur getExplorateur(); /** * Sets the value of the '{@link fr.n7.xtext.gAME.Jeu#getExplorateur Explorateur}' containment reference. * * * @param value the new value of the 'Explorateur' containment reference. * @see #getExplorateur() * @generated */ void setExplorateur(Explorateur value); /** * Returns the value of the 'Territoire' containment reference. * * * @return the value of the 'Territoire' containment reference. * @see #setTerritoire(Territoire) * @see fr.n7.xtext.gAME.GAMEPackage#getJeu_Territoire() * @model containment="true" * @generated */ Territoire getTerritoire(); /** * Sets the value of the '{@link fr.n7.xtext.gAME.Jeu#getTerritoire Territoire}' containment reference. * * * @param value the new value of the 'Territoire' containment reference. * @see #getTerritoire() * @generated */ void setTerritoire(Territoire value); /** * Returns the value of the 'Objets' containment reference list. * The list contents are of type {@link fr.n7.xtext.gAME.Objet}. * * * @return the value of the 'Objets' containment reference list. * @see fr.n7.xtext.gAME.GAMEPackage#getJeu_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.Connaissance}. * * * @return the value of the 'Connaissances' containment reference list. * @see fr.n7.xtext.gAME.GAMEPackage#getJeu_Connaissances() * @model containment="true" * @generated */ EList getConnaissances(); /** * Returns the value of the 'Personnes' containment reference list. * The list contents are of type {@link fr.n7.xtext.gAME.Personne}. * * * @return the value of the 'Personnes' containment reference list. * @see fr.n7.xtext.gAME.GAMEPackage#getJeu_Personnes() * @model containment="true" * @generated */ EList getPersonnes(); /** * Returns the value of the 'Transformations' containment reference list. * The list contents are of type {@link fr.n7.xtext.gAME.Transformation}. * * * @return the value of the 'Transformations' containment reference list. * @see fr.n7.xtext.gAME.GAMEPackage#getJeu_Transformations() * @model containment="true" * @generated */ EList getTransformations(); } // Jeu