/**
* 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 'Chemin'.
*
*
*
* The following features are supported:
*
*
* - {@link xtext.game.Chemin#getLieuIn Lieu In}
* - {@link xtext.game.Chemin#getLieuOut Lieu Out}
* - {@link xtext.game.Chemin#getConnaissances Connaissances}
* - {@link xtext.game.Chemin#getObjets Objets}
* - {@link xtext.game.Chemin#getObjetsConso Objets Conso}
* - {@link xtext.game.Chemin#getOuvert Ouvert}
* - {@link xtext.game.Chemin#getFerme Ferme}
* - {@link xtext.game.Chemin#getObligatoire Obligatoire}
* - {@link xtext.game.Chemin#getDescriptions Descriptions}
*
*
* @see xtext.game.GamePackage#getChemin()
* @model
* @generated
*/
public interface Chemin extends EObject
{
/**
* Returns the value of the 'Lieu In' attribute.
*
*
* @return the value of the 'Lieu In' attribute.
* @see #setLieuIn(String)
* @see xtext.game.GamePackage#getChemin_LieuIn()
* @model
* @generated
*/
String getLieuIn();
/**
* Sets the value of the '{@link xtext.game.Chemin#getLieuIn Lieu In}' attribute.
*
*
* @param value the new value of the 'Lieu In' attribute.
* @see #getLieuIn()
* @generated
*/
void setLieuIn(String value);
/**
* Returns the value of the 'Lieu Out' attribute.
*
*
* @return the value of the 'Lieu Out' attribute.
* @see #setLieuOut(String)
* @see xtext.game.GamePackage#getChemin_LieuOut()
* @model
* @generated
*/
String getLieuOut();
/**
* Sets the value of the '{@link xtext.game.Chemin#getLieuOut Lieu Out}' attribute.
*
*
* @param value the new value of the 'Lieu Out' attribute.
* @see #getLieuOut()
* @generated
*/
void setLieuOut(String 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 xtext.game.GamePackage#getChemin_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 xtext.game.GamePackage#getChemin_Objets()
* @model unique="false"
* @generated
*/
EList getObjets();
/**
* Returns the value of the 'Objets Conso' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* @return the value of the 'Objets Conso' attribute list.
* @see xtext.game.GamePackage#getChemin_ObjetsConso()
* @model unique="false"
* @generated
*/
EList getObjetsConso();
/**
* Returns the value of the 'Ouvert' containment reference.
*
*
* @return the value of the 'Ouvert' containment reference.
* @see #setOuvert(Condition)
* @see xtext.game.GamePackage#getChemin_Ouvert()
* @model containment="true"
* @generated
*/
Condition getOuvert();
/**
* Sets the value of the '{@link xtext.game.Chemin#getOuvert Ouvert}' containment reference.
*
*
* @param value the new value of the 'Ouvert' containment reference.
* @see #getOuvert()
* @generated
*/
void setOuvert(Condition value);
/**
* Returns the value of the 'Ferme' containment reference.
*
*
* @return the value of the 'Ferme' containment reference.
* @see #setFerme(Condition)
* @see xtext.game.GamePackage#getChemin_Ferme()
* @model containment="true"
* @generated
*/
Condition getFerme();
/**
* Sets the value of the '{@link xtext.game.Chemin#getFerme Ferme}' containment reference.
*
*
* @param value the new value of the 'Ferme' containment reference.
* @see #getFerme()
* @generated
*/
void setFerme(Condition value);
/**
* Returns the value of the 'Obligatoire' containment reference.
*
*
* @return the value of the 'Obligatoire' containment reference.
* @see #setObligatoire(Condition)
* @see xtext.game.GamePackage#getChemin_Obligatoire()
* @model containment="true"
* @generated
*/
Condition getObligatoire();
/**
* Sets the value of the '{@link xtext.game.Chemin#getObligatoire Obligatoire}' containment reference.
*
*
* @param value the new value of the 'Obligatoire' containment reference.
* @see #getObligatoire()
* @generated
*/
void setObligatoire(Condition value);
/**
* Returns the value of the 'Descriptions' containment reference list.
* The list contents are of type {@link xtext.game.Description}.
*
*
* @return the value of the 'Descriptions' containment reference list.
* @see xtext.game.GamePackage#getChemin_Descriptions()
* @model containment="true"
* @generated
*/
EList getDescriptions();
} // Chemin