41 lines
1 KiB
Java
41 lines
1 KiB
Java
/**
|
|
* generated by Xtext 2.23.0
|
|
*/
|
|
package fr.n7.gAME;
|
|
|
|
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>
|
|
* <li>{@link fr.n7.gAME.ConditionEt#getConditionTest <em>Condition Test</em>}</li>
|
|
* </ul>
|
|
*
|
|
* @see fr.n7.gAME.GAMEPackage#getConditionEt()
|
|
* @model
|
|
* @generated
|
|
*/
|
|
public interface ConditionEt extends EObject
|
|
{
|
|
/**
|
|
* Returns the value of the '<em><b>Condition Test</b></em>' containment reference list.
|
|
* The list contents are of type {@link fr.n7.gAME.ConditionTest}.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @return the value of the '<em>Condition Test</em>' containment reference list.
|
|
* @see fr.n7.gAME.GAMEPackage#getConditionEt_ConditionTest()
|
|
* @model containment="true"
|
|
* @generated
|
|
*/
|
|
EList<ConditionTest> getConditionTest();
|
|
|
|
} // ConditionEt
|