projet-genie-logiciel-systeme/workspace/fr.n7.game/src-gen/fr/n7/game/impl/ConditionTestImpl.java

44 lines
815 B
Java
Raw Normal View History

2021-11-30 17:25:45 +00:00
/**
* generated by Xtext 2.23.0
*/
2021-12-03 07:37:31 +00:00
package fr.n7.game.impl;
import fr.n7.game.ConditionTest;
import fr.n7.game.GamePackage;
2021-11-30 17:25:45 +00:00
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Condition Test</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class ConditionTestImpl extends MinimalEObjectImpl.Container implements ConditionTest
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ConditionTestImpl()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return GamePackage.Literals.CONDITION_TEST;
}
} //ConditionTestImpl