projet-genie-logiciel-systeme/workspace/fr.n7.game/src-gen/fr/n7/gAME/Condition.java

41 lines
996 B
Java
Raw Normal View History

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