/**
* 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'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.game.Condition#getCondition Condition}
*
*
* @see fr.n7.game.GamePackage#getCondition()
* @model
* @generated
*/
public interface Condition extends EObject
{
/**
* Returns the value of the 'Condition' containment reference list.
* The list contents are of type {@link fr.n7.game.ConditionEt}.
*
*
* @return the value of the 'Condition' containment reference list.
* @see fr.n7.game.GamePackage#getCondition_Condition()
* @model containment="true"
* @generated
*/
EList getCondition();
} // Condition