2021-11-30 17:25:45 +00:00
|
|
|
/**
|
|
|
|
* generated by Xtext 2.23.0
|
|
|
|
*/
|
2021-12-03 07:37:31 +00:00
|
|
|
package fr.n7.game;
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* <!-- begin-user-doc -->
|
2021-12-03 07:36:23 +00:00
|
|
|
* A representation of the model object '<em><b>NOT Condition Connaissance</b></em>'.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- end-user-doc -->
|
|
|
|
*
|
|
|
|
* <p>
|
|
|
|
* The following features are supported:
|
|
|
|
* </p>
|
|
|
|
* <ul>
|
2021-12-03 07:37:31 +00:00
|
|
|
* <li>{@link fr.n7.game.NOTConditionConnaissance#getConnaissance <em>Connaissance</em>}</li>
|
2021-11-30 17:25:45 +00:00
|
|
|
* </ul>
|
|
|
|
*
|
2021-12-03 07:37:31 +00:00
|
|
|
* @see fr.n7.game.GamePackage#getNOTConditionConnaissance()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model
|
|
|
|
* @generated
|
|
|
|
*/
|
2021-12-03 07:36:23 +00:00
|
|
|
public interface NOTConditionConnaissance extends ConditionTest
|
2021-11-30 17:25:45 +00:00
|
|
|
{
|
|
|
|
/**
|
|
|
|
* Returns the value of the '<em><b>Connaissance</b></em>' attribute.
|
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @return the value of the '<em>Connaissance</em>' attribute.
|
|
|
|
* @see #setConnaissance(String)
|
2021-12-03 07:37:31 +00:00
|
|
|
* @see fr.n7.game.GamePackage#getNOTConditionConnaissance_Connaissance()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
String getConnaissance();
|
|
|
|
|
|
|
|
/**
|
2021-12-03 07:37:31 +00:00
|
|
|
* Sets the value of the '{@link fr.n7.game.NOTConditionConnaissance#getConnaissance <em>Connaissance</em>}' attribute.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
|
|
|
* @param value the new value of the '<em>Connaissance</em>' attribute.
|
|
|
|
* @see #getConnaissance()
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
void setConnaissance(String value);
|
|
|
|
|
2021-12-03 07:36:23 +00:00
|
|
|
} // NOTConditionConnaissance
|