/**
* 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 'Interaction'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.game.Interaction#getVisible Visible}
* - {@link fr.n7.game.Interaction#getConnaissances Connaissances}
* - {@link fr.n7.game.Interaction#getObjetsRecus Objets Recus}
* - {@link fr.n7.game.Interaction#getObjetsConso Objets Conso}
* - {@link fr.n7.game.Interaction#getActions Actions}
*
*
* @see fr.n7.game.GamePackage#getInteraction()
* @model
* @generated
*/
public interface Interaction extends EObject
{
/**
* Returns the value of the 'Visible' containment reference.
*
*
* @return the value of the 'Visible' containment reference.
* @see #setVisible(Condition)
* @see fr.n7.game.GamePackage#getInteraction_Visible()
* @model containment="true"
* @generated
*/
Condition getVisible();
/**
* Sets the value of the '{@link fr.n7.game.Interaction#getVisible Visible}' containment reference.
*
*
* @param value the new value of the 'Visible' containment reference.
* @see #getVisible()
* @generated
*/
void setVisible(Condition 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#getInteraction_Connaissances()
* @model unique="false"
* @generated
*/
EList getConnaissances();
/**
* Returns the value of the 'Objets Recus' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* @return the value of the 'Objets Recus' attribute list.
* @see fr.n7.game.GamePackage#getInteraction_ObjetsRecus()
* @model unique="false"
* @generated
*/
EList getObjetsRecus();
/**
* 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 fr.n7.game.GamePackage#getInteraction_ObjetsConso()
* @model unique="false"
* @generated
*/
EList getObjetsConso();
/**
* Returns the value of the 'Actions' containment reference list.
* The list contents are of type {@link fr.n7.game.Action}.
*
*
* @return the value of the 'Actions' containment reference list.
* @see fr.n7.game.GamePackage#getInteraction_Actions()
* @model containment="true"
* @generated
*/
EList getActions();
} // Interaction