21 lines
391 B
Java
21 lines
391 B
Java
/**
|
|
* generated by Xtext 2.23.0
|
|
*/
|
|
package fr.n7.xtext.gAME;
|
|
|
|
import org.eclipse.emf.ecore.EObject;
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* A representation of the model object '<em><b>Condition Test</b></em>'.
|
|
* <!-- end-user-doc -->
|
|
*
|
|
*
|
|
* @see fr.n7.xtext.gAME.GAMEPackage#getConditionTest()
|
|
* @model
|
|
* @generated
|
|
*/
|
|
public interface ConditionTest extends EObject
|
|
{
|
|
} // ConditionTest
|