/**
* generated by Xtext 2.23.0
*/
package xtext.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:
*
*
* - {@link xtext.game.ConditionEt#getConditionTest Condition Test}
*
*
* @see xtext.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 xtext.game.ConditionTest}.
*
*
* @return the value of the 'Condition Test' containment reference list.
* @see xtext.game.GamePackage#getConditionEt_ConditionTest()
* @model containment="true"
* @generated
*/
EList getConditionTest();
} // ConditionEt