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

* The following features are supported: *

* * * @see xtext.game.GamePackage#getNOTConditionConnaissance() * @model * @generated */ public interface NOTConditionConnaissance extends ConditionTest { /** * Returns the value of the 'Connaissance' attribute. * * * @return the value of the 'Connaissance' attribute. * @see #setConnaissance(String) * @see xtext.game.GamePackage#getNOTConditionConnaissance_Connaissance() * @model * @generated */ String getConnaissance(); /** * Sets the value of the '{@link xtext.game.NOTConditionConnaissance#getConnaissance Connaissance}' attribute. * * * @param value the new value of the 'Connaissance' attribute. * @see #getConnaissance() * @generated */ void setConnaissance(String value); } // NOTConditionConnaissance