41 lines
996 B
Java
41 lines
996 B
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</b></em>'.
|
|
* <!-- end-user-doc -->
|
|
*
|
|
* <p>
|
|
* The following features are supported:
|
|
* </p>
|
|
* <ul>
|
|
* <li>{@link fr.n7.game.Condition#getCondition <em>Condition</em>}</li>
|
|
* </ul>
|
|
*
|
|
* @see fr.n7.game.GamePackage#getCondition()
|
|
* @model
|
|
* @generated
|
|
*/
|
|
public interface Condition extends EObject
|
|
{
|
|
/**
|
|
* Returns the value of the '<em><b>Condition</b></em>' containment reference list.
|
|
* The list contents are of type {@link fr.n7.game.ConditionEt}.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @return the value of the '<em>Condition</em>' containment reference list.
|
|
* @see fr.n7.game.GamePackage#getCondition_Condition()
|
|
* @model containment="true"
|
|
* @generated
|
|
*/
|
|
EList<ConditionEt> getCondition();
|
|
|
|
} // Condition
|