/** * generated by Xtext 2.23.0 */ package 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 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 xtext.game.GamePackage#getJeu_Explorateur() * @model containment="true" * @generated */ Explorateur getExplorateur(); /** * Sets the value of the '{@link 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 xtext.game.GamePackage#getJeu_Territoire() * @model containment="true" * @generated */ Territoire getTerritoire(); /** * Sets the value of the '{@link 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 xtext.game.Objet}. * * * @return the value of the 'Objets' containment reference list. * @see 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 xtext.game.Connaissance}. * * * @return the value of the 'Connaissances' containment reference list. * @see 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 xtext.game.Personne}. * * * @return the value of the 'Personnes' containment reference list. * @see 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 xtext.game.Transformation}. * * * @return the value of the 'Transformations' containment reference list. * @see xtext.game.GamePackage#getJeu_Transformations() * @model containment="true" * @generated */ EList getTransformations(); } // Jeu