/** * generated by Xtext 2.23.0 */ package fr.n7.xtext.gAME; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Action'. * * *

* The following features are supported: *

* * * @see fr.n7.xtext.gAME.GAMEPackage#getAction() * @model * @generated */ public interface Action extends EObject { /** * Returns the value of the 'Visible' containment reference. * * * @return the value of the 'Visible' containment reference. * @see #setVisible(Condition) * @see fr.n7.xtext.gAME.GAMEPackage#getAction_Visible() * @model containment="true" * @generated */ Condition getVisible(); /** * Sets the value of the '{@link fr.n7.xtext.gAME.Action#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 'Fin Interaction' containment reference. * * * @return the value of the 'Fin Interaction' containment reference. * @see #setFinInteraction(Condition) * @see fr.n7.xtext.gAME.GAMEPackage#getAction_FinInteraction() * @model containment="true" * @generated */ Condition getFinInteraction(); /** * Sets the value of the '{@link fr.n7.xtext.gAME.Action#getFinInteraction Fin Interaction}' containment reference. * * * @param value the new value of the 'Fin Interaction' containment reference. * @see #getFinInteraction() * @generated */ void setFinInteraction(Condition value); /** * Returns the value of the 'Connaissances' containment reference list. * The list contents are of type {@link fr.n7.xtext.gAME.Nom}. * * * @return the value of the 'Connaissances' containment reference list. * @see fr.n7.xtext.gAME.GAMEPackage#getAction_Connaissances() * @model containment="true" * @generated */ EList getConnaissances(); /** * Returns the value of the 'Objets Recus' containment reference list. * The list contents are of type {@link fr.n7.xtext.gAME.Nom}. * * * @return the value of the 'Objets Recus' containment reference list. * @see fr.n7.xtext.gAME.GAMEPackage#getAction_ObjetsRecus() * @model containment="true" * @generated */ EList getObjetsRecus(); /** * Returns the value of the 'Objets Conso' containment reference list. * The list contents are of type {@link fr.n7.xtext.gAME.Nom}. * * * @return the value of the 'Objets Conso' containment reference list. * @see fr.n7.xtext.gAME.GAMEPackage#getAction_ObjetsConso() * @model containment="true" * @generated */ EList getObjetsConso(); /** * Returns the value of the 'Descriptions' containment reference list. * The list contents are of type {@link fr.n7.xtext.gAME.Description}. * * * @return the value of the 'Descriptions' containment reference list. * @see fr.n7.xtext.gAME.GAMEPackage#getAction_Descriptions() * @model containment="true" * @generated */ EList getDescriptions(); } // Action