projet-genie-logiciel-systeme/workspace/fr.n7.game/src-gen/fr/n7/gAME/NOTConditionConnaissance.java
Laurent Fainsin dbbc56c241 save: tmp
2021-12-03 09:38:29 +01:00

48 lines
1.3 KiB
Java

/**
* generated by Xtext 2.23.0
*/
package fr.n7.gAME;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>NOT Condition Connaissance</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link fr.n7.gAME.NOTConditionConnaissance#getConnaissance <em>Connaissance</em>}</li>
* </ul>
*
* @see fr.n7.gAME.GAMEPackage#getNOTConditionConnaissance()
* @model
* @generated
*/
public interface NOTConditionConnaissance extends ConditionTest
{
/**
* 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)
* @see fr.n7.gAME.GAMEPackage#getNOTConditionConnaissance_Connaissance()
* @model
* @generated
*/
String getConnaissance();
/**
* Sets the value of the '{@link fr.n7.gAME.NOTConditionConnaissance#getConnaissance <em>Connaissance</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Connaissance</em>' attribute.
* @see #getConnaissance()
* @generated
*/
void setConnaissance(String value);
} // NOTConditionConnaissance