44 lines
815 B
Java
44 lines
815 B
Java
/**
|
|
* generated by Xtext 2.23.0
|
|
*/
|
|
package fr.n7.game.impl;
|
|
|
|
import fr.n7.game.ConditionTest;
|
|
import fr.n7.game.GamePackage;
|
|
|
|
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
|