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

* The following features are supported: *

* * * @see 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 xtext.game.GamePackage#getConditionConnaissance_Connaissance() * @model * @generated */ String getConnaissance(); /** * Sets the value of the '{@link xtext.game.ConditionConnaissance#getConnaissance Connaissance}' attribute. * * * @param value the new value of the 'Connaissance' attribute. * @see #getConnaissance() * @generated */ void setConnaissance(String value); } // ConditionConnaissance