2021-11-30 17:25:45 +00:00
|
|
|
/**
|
|
|
|
* generated by Xtext 2.23.0
|
|
|
|
*/
|
2021-12-03 08:38:29 +00:00
|
|
|
package fr.n7.gAME;
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
import org.eclipse.emf.common.util.EList;
|
|
|
|
|
|
|
|
import org.eclipse.emf.ecore.EObject;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* A representation of the model object '<em><b>Chemin</b></em>'.
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
*
|
|
|
|
* <p>
|
|
|
|
* The following features are supported:
|
|
|
|
* </p>
|
|
|
|
* <ul>
|
2021-12-03 08:38:29 +00:00
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getLieuIn <em>Lieu In</em>}</li>
|
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getLieuOut <em>Lieu Out</em>}</li>
|
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getOuvert <em>Ouvert</em>}</li>
|
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getVisible <em>Visible</em>}</li>
|
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getObligatoire <em>Obligatoire</em>}</li>
|
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getConnaissances <em>Connaissances</em>}</li>
|
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getObjetsRecus <em>Objets Recus</em>}</li>
|
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getObjetsConso <em>Objets Conso</em>}</li>
|
|
|
|
* <li>{@link fr.n7.gAME.Chemin#getDescriptions <em>Descriptions</em>}</li>
|
2021-11-30 17:25:45 +00:00
|
|
|
* </ul>
|
|
|
|
*
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
public interface Chemin extends EObject
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Lieu In</b></em>' attribute.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Lieu In</em>' attribute.
|
|
|
|
* @see #setLieuIn(String)
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_LieuIn()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
String getLieuIn();
|
|
|
|
|
|
|
|
/**
|
2021-12-03 08:38:29 +00:00
|
|
|
* Sets the value of the '{@link fr.n7.gAME.Chemin#getLieuIn <em>Lieu In</em>}' attribute.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @param value the new value of the '<em>Lieu In</em>' attribute.
|
|
|
|
* @see #getLieuIn()
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
void setLieuIn(String value);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Lieu Out</b></em>' attribute.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Lieu Out</em>' attribute.
|
|
|
|
* @see #setLieuOut(String)
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_LieuOut()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
String getLieuOut();
|
|
|
|
|
|
|
|
/**
|
2021-12-03 08:38:29 +00:00
|
|
|
* Sets the value of the '{@link fr.n7.gAME.Chemin#getLieuOut <em>Lieu Out</em>}' attribute.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @param value the new value of the '<em>Lieu Out</em>' attribute.
|
|
|
|
* @see #getLieuOut()
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
void setLieuOut(String value);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Ouvert</b></em>' containment reference.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Ouvert</em>' containment reference.
|
|
|
|
* @see #setOuvert(Condition)
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_Ouvert()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model containment="true"
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
Condition getOuvert();
|
|
|
|
|
|
|
|
/**
|
2021-12-03 08:38:29 +00:00
|
|
|
* Sets the value of the '{@link fr.n7.gAME.Chemin#getOuvert <em>Ouvert</em>}' containment reference.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @param value the new value of the '<em>Ouvert</em>' containment reference.
|
|
|
|
* @see #getOuvert()
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
void setOuvert(Condition value);
|
|
|
|
|
|
|
|
/**
|
2021-12-03 07:36:23 +00:00
|
|
|
* Returns the value of the '<em><b>Visible</b></em>' containment reference.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
2021-12-03 07:36:23 +00:00
|
|
|
* @return the value of the '<em>Visible</em>' containment reference.
|
|
|
|
* @see #setVisible(Condition)
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_Visible()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model containment="true"
|
|
|
|
* @generated
|
|
|
|
*/
|
2021-12-03 07:36:23 +00:00
|
|
|
Condition getVisible();
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
/**
|
2021-12-03 08:38:29 +00:00
|
|
|
* Sets the value of the '{@link fr.n7.gAME.Chemin#getVisible <em>Visible</em>}' containment reference.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
2021-12-03 07:36:23 +00:00
|
|
|
* @param value the new value of the '<em>Visible</em>' containment reference.
|
|
|
|
* @see #getVisible()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @generated
|
|
|
|
*/
|
2021-12-03 07:36:23 +00:00
|
|
|
void setVisible(Condition value);
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Obligatoire</b></em>' containment reference.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Obligatoire</em>' containment reference.
|
|
|
|
* @see #setObligatoire(Condition)
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_Obligatoire()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model containment="true"
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
Condition getObligatoire();
|
|
|
|
|
|
|
|
/**
|
2021-12-03 08:38:29 +00:00
|
|
|
* Sets the value of the '{@link fr.n7.gAME.Chemin#getObligatoire <em>Obligatoire</em>}' containment reference.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @param value the new value of the '<em>Obligatoire</em>' containment reference.
|
|
|
|
* @see #getObligatoire()
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
void setObligatoire(Condition value);
|
|
|
|
|
2021-12-03 07:36:23 +00:00
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Connaissances</b></em>' attribute list.
|
|
|
|
* The list contents are of type {@link java.lang.String}.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Connaissances</em>' attribute list.
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_Connaissances()
|
2021-12-03 07:36:23 +00:00
|
|
|
* @model unique="false"
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
EList<String> getConnaissances();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Objets Recus</b></em>' attribute list.
|
|
|
|
* The list contents are of type {@link java.lang.String}.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Objets Recus</em>' attribute list.
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_ObjetsRecus()
|
2021-12-03 07:36:23 +00:00
|
|
|
* @model unique="false"
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
EList<String> getObjetsRecus();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Objets Conso</b></em>' attribute list.
|
|
|
|
* The list contents are of type {@link java.lang.String}.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Objets Conso</em>' attribute list.
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_ObjetsConso()
|
2021-12-03 07:36:23 +00:00
|
|
|
* @model unique="false"
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
EList<String> getObjetsConso();
|
|
|
|
|
2021-11-30 17:25:45 +00:00
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Descriptions</b></em>' containment reference list.
|
2021-12-03 08:38:29 +00:00
|
|
|
* The list contents are of type {@link fr.n7.gAME.Description}.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Descriptions</em>' containment reference list.
|
2021-12-03 08:38:29 +00:00
|
|
|
* @see fr.n7.gAME.GAMEPackage#getChemin_Descriptions()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model containment="true"
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
EList<Description> getDescriptions();
|
|
|
|
|
|
|
|
} // Chemin
|