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

41 lines
1 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
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Condition Et</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
2021-12-03 08:38:29 +00:00
* <li>{@link fr.n7.gAME.ConditionEt#getConditionTest <em>Condition Test</em>}</li>
2021-11-30 17:25:45 +00:00
* </ul>
*
2021-12-03 08:38:29 +00:00
* @see fr.n7.gAME.GAMEPackage#getConditionEt()
2021-11-30 17:25:45 +00:00
* @model
* @generated
*/
public interface ConditionEt extends EObject
{
/**
* Returns the value of the '<em><b>Condition Test</b></em>' containment reference list.
2021-12-03 08:38:29 +00:00
* The list contents are of type {@link fr.n7.gAME.ConditionTest}.
2021-11-30 17:25:45 +00:00
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Condition Test</em>' containment reference list.
2021-12-03 08:38:29 +00:00
* @see fr.n7.gAME.GAMEPackage#getConditionEt_ConditionTest()
* @model containment="true"
2021-11-30 17:25:45 +00:00
* @generated
*/
EList<ConditionTest> getConditionTest();
} // ConditionEt