/** * 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; /** * * An implementation of the model object 'Condition Test'. * * * @generated */ public class ConditionTestImpl extends MinimalEObjectImpl.Container implements ConditionTest { /** * * * @generated */ protected ConditionTestImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return GAMEPackage.Literals.CONDITION_TEST; } } //ConditionTestImpl