projet-genie-logiciel-systeme/workspace/fr.n7.game/src-gen/fr/n7/gAME/NOTConditionConnaissance.java

48 lines
1.3 KiB
Java
Raw Normal View History

2021-11-30 17:25:45 +00:00
/**
* generated by Xtext 2.23.0
*/
2021-12-03 08:38:29 +00:00
package fr.n7.gAME;
2021-11-30 17:25:45 +00:00
/**
* <!-- begin-user-doc -->
* 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 08:38:29 +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 08:38:29 +00:00
* @see fr.n7.gAME.GAMEPackage#getNOTConditionConnaissance()
2021-11-30 17:25:45 +00:00
* @model
* @generated
*/
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 08:38:29 +00:00
* @see fr.n7.gAME.GAMEPackage#getNOTConditionConnaissance_Connaissance()
2021-11-30 17:25:45 +00:00
* @model
* @generated
*/
String getConnaissance();
/**
2021-12-03 08:38:29 +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);
} // NOTConditionConnaissance