44 lines
815 B
Java
44 lines
815 B
Java
|
/**
|
||
|
* generated by Xtext 2.23.0
|
||
|
*/
|
||
|
package xtext.game.impl;
|
||
|
|
||
|
import org.eclipse.emf.ecore.EClass;
|
||
|
|
||
|
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
|
||
|
|
||
|
import xtext.game.ConditionTest;
|
||
|
import xtext.game.GamePackage;
|
||
|
|
||
|
/**
|
||
|
* <!-- 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
|