/** * generated by Xtext 2.23.0 */ package fr.n7.xtext.gAME; /** * * A representation of the model object 'Condition Connaissance'. * * *

* The following features are supported: *

* * * @see fr.n7.xtext.gAME.GAMEPackage#getConditionConnaissance() * @model * @generated */ public interface ConditionConnaissance extends ConditionTest { /** * Returns the value of the 'Connaissance' attribute. * * * @return the value of the 'Connaissance' attribute. * @see #setConnaissance(String) * @see fr.n7.xtext.gAME.GAMEPackage#getConditionConnaissance_Connaissance() * @model * @generated */ String getConnaissance(); /** * Sets the value of the '{@link fr.n7.xtext.gAME.ConditionConnaissance#getConnaissance Connaissance}' attribute. * * * @param value the new value of the 'Connaissance' attribute. * @see #getConnaissance() * @generated */ void setConnaissance(String value); } // ConditionConnaissance