2021-11-30 17:25:45 +00:00
|
|
|
/**
|
|
|
|
* generated by Xtext 2.23.0
|
|
|
|
*/
|
2021-12-03 10:28:42 +00:00
|
|
|
package fr.n7.xtext.gAME;
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
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>
|
2021-12-03 10:28:42 +00:00
|
|
|
* <li>{@link fr.n7.xtext.gAME.Condition#getCondition <em>Condition</em>}</li>
|
2021-11-30 17:25:45 +00:00
|
|
|
* </ul>
|
|
|
|
*
|
2021-12-03 10:28:42 +00:00
|
|
|
* @see fr.n7.xtext.gAME.GAMEPackage#getCondition()
|
2021-11-30 17:25:45 +00:00
|
|
|
* @model
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
public interface Condition extends EObject
|
|
|
|
{
|
|
|
|
/**
|
2021-12-03 07:36:23 +00:00
|
|
|
* Returns the value of the '<em><b>Condition</b></em>' containment reference list.
|
2021-12-03 10:28:42 +00:00
|
|
|
* The list contents are of type {@link fr.n7.xtext.gAME.ConditionEt}.
|
2021-11-30 17:25:45 +00:00
|
|
|
* <!-- begin-user-doc -->
|
|
|
|
* <!-- end-user-doc -->
|
2021-12-03 07:36:23 +00:00
|
|
|
* @return the value of the '<em>Condition</em>' containment reference list.
|
2021-12-03 10:28:42 +00:00
|
|
|
* @see fr.n7.xtext.gAME.GAMEPackage#getCondition_Condition()
|
2021-12-03 07:36:23 +00:00
|
|
|
* @model containment="true"
|
2021-11-30 17:25:45 +00:00
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
EList<ConditionEt> getCondition();
|
|
|
|
|
|
|
|
} // Condition
|