2021-11-30 17:25:45 +00:00
|
|
|
/**
|
|
|
|
* generated by Xtext 2.23.0
|
|
|
|
*/
|
|
|
|
package xtext.game;
|
|
|
|
|
|
|
|
import org.eclipse.emf.common.util.EList;
|
|
|
|
|
|
|
|
import org.eclipse.emf.ecore.EObject;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* <!-- begin-user-doc -->
|
2021-12-03 07:36:23 +00:00
|
|
|
* A representation of the model object '<em><b>Interaction</b></em>'.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- end-user-doc -->
|
|
|
|
*
|
|
|
|
* <p>
|
|
|
|
* The following features are supported:
|
|
|
|
* </p>
|
|
|
|
* <ul>
|
2021-12-03 07:36:23 +00:00
|
|
|
* <li>{@link xtext.game.Interaction#getVisible <em>Visible</em>}</li>
|
|
|
|
* <li>{@link xtext.game.Interaction#getConnaissances <em>Connaissances</em>}</li>
|
|
|
|
* <li>{@link xtext.game.Interaction#getObjetsRecus <em>Objets Recus</em>}</li>
|
|
|
|
* <li>{@link xtext.game.Interaction#getObjetsConso <em>Objets Conso</em>}</li>
|
|
|
|
* <li>{@link xtext.game.Interaction#getActions <em>Actions</em>}</li>
|
2021-11-30 17:25:45 +00:00
|
|
|
* </ul>
|
|
|
|
*
|
2021-12-03 07:36:23 +00:00
|
|
|
* @see xtext.game.GamePackage#getInteraction()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model
|
|
|
|
* @generated
|
|
|
|
*/
|
2021-12-03 07:36:23 +00:00
|
|
|
public interface Interaction extends EObject
|
2021-11-30 17:25:45 +00:00
|
|
|
{
|
|
|
|
/**
|
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)
|
|
|
|
* @see xtext.game.GamePackage#getInteraction_Visible()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model containment="true"
|
|
|
|
* @generated
|
|
|
|
*/
|
2021-12-03 07:36:23 +00:00
|
|
|
Condition getVisible();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Sets the value of the '{@link xtext.game.Interaction#getVisible <em>Visible</em>}' containment reference.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @param value the new value of the '<em>Visible</em>' containment reference.
|
|
|
|
* @see #getVisible()
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
void setVisible(Condition value);
|
2021-11-30 17:25:45 +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 07:36:23 +00:00
|
|
|
* @see xtext.game.GamePackage#getInteraction_Connaissances()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model unique="false"
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
EList<String> getConnaissances();
|
|
|
|
|
|
|
|
/**
|
2021-12-03 07:36:23 +00:00
|
|
|
* Returns the value of the '<em><b>Objets Recus</b></em>' attribute list.
|
2021-11-30 17:25:45 +00:00
|
|
|
* The list contents are of type {@link java.lang.String}.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
2021-12-03 07:36:23 +00:00
|
|
|
* @return the value of the '<em>Objets Recus</em>' attribute list.
|
|
|
|
* @see xtext.game.GamePackage#getInteraction_ObjetsRecus()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model unique="false"
|
|
|
|
* @generated
|
|
|
|
*/
|
2021-12-03 07:36:23 +00:00
|
|
|
EList<String> getObjetsRecus();
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
/**
|
2021-12-03 07:36:23 +00:00
|
|
|
* Returns the value of the '<em><b>Objets Conso</b></em>' attribute list.
|
|
|
|
* The list contents are of type {@link java.lang.String}.
|
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>Objets Conso</em>' attribute list.
|
|
|
|
* @see xtext.game.GamePackage#getInteraction_ObjetsConso()
|
|
|
|
* @model unique="false"
|
2021-11-30 17:25:45 +00:00
|
|
|
* @generated
|
|
|
|
*/
|
2021-12-03 07:36:23 +00:00
|
|
|
EList<String> getObjetsConso();
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
/**
|
2021-12-03 07:36:23 +00:00
|
|
|
* Returns the value of the '<em><b>Actions</b></em>' containment reference list.
|
|
|
|
* The list contents are of type {@link xtext.game.Action}.
|
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>Actions</em>' containment reference list.
|
|
|
|
* @see xtext.game.GamePackage#getInteraction_Actions()
|
|
|
|
* @model containment="true"
|
2021-11-30 17:25:45 +00:00
|
|
|
* @generated
|
|
|
|
*/
|
2021-12-03 07:36:23 +00:00
|
|
|
EList<Action> getActions();
|
2021-11-30 17:25:45 +00:00
|
|
|
|
2021-12-03 07:36:23 +00:00
|
|
|
} // Interaction
|