blob: 420f3310033a922699434f46d279b82b4b1f0149 [file] [log] [blame]
/**
*/
package laxcondition.impl;
import laxcondition.LaxconditionPackage;
import laxcondition.True;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>True</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class TrueImpl extends LaxConditionImpl implements True {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected TrueImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return LaxconditionPackage.Literals.TRUE;
}
} //TrueImpl