/** * 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: *

* * * @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