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

* The following features are supported: *

* * * @see fr.n7.gAME.GAMEPackage#getExplorateur() * @model * @generated */ public interface Explorateur extends EObject { /** * Returns the value of the 'Taille Inventaire' attribute. * * * @return the value of the 'Taille Inventaire' attribute. * @see #setTailleInventaire(int) * @see fr.n7.gAME.GAMEPackage#getExplorateur_TailleInventaire() * @model * @generated */ int getTailleInventaire(); /** * Sets the value of the '{@link fr.n7.gAME.Explorateur#getTailleInventaire Taille Inventaire}' attribute. * * * @param value the new value of the 'Taille Inventaire' attribute. * @see #getTailleInventaire() * @generated */ void setTailleInventaire(int value); /** * 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#getExplorateur_Connaissances() * @model unique="false" * @generated */ EList getConnaissances(); /** * 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#getExplorateur_Objets() * @model unique="false" * @generated */ EList getObjets(); } // Explorateur