/**
* generated by Xtext 2.23.0
*/
package fr.n7.game;
/**
*
* A representation of the model object 'NOT Condition Connaissance'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.game.NOTConditionConnaissance#getConnaissance Connaissance}
*
*
* @see fr.n7.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 fr.n7.game.GamePackage#getNOTConditionConnaissance_Connaissance()
* @model
* @generated
*/
String getConnaissance();
/**
* Sets the value of the '{@link fr.n7.game.NOTConditionConnaissance#getConnaissance Connaissance}' attribute.
*
*
* @param value the new value of the 'Connaissance' attribute.
* @see #getConnaissance()
* @generated
*/
void setConnaissance(String value);
} // NOTConditionConnaissance