/** * generated by Xtext 2.23.0 */ package fr.n7.game; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Condition Et'. * * *

* The following features are supported: *

* * * @see fr.n7.game.GamePackage#getConditionEt() * @model * @generated */ public interface ConditionEt extends EObject { /** * Returns the value of the 'Condition Test' containment reference list. * The list contents are of type {@link fr.n7.game.ConditionTest}. * * * @return the value of the 'Condition Test' containment reference list. * @see fr.n7.game.GamePackage#getConditionEt_ConditionTest() * @model containment="true" * @generated */ EList getConditionTest(); } // ConditionEt