/** * <copyright> * </copyright> * * $Id$ */ package org.ubicompforall.simplelanguage.impl; import org.eclipse.emf.ecore.EClass; import org.ubicompforall.simplelanguage.Condition; import org.ubicompforall.simplelanguage.SimpleLanguagePackage; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Condition</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ConditionImpl extends BuildingBlockImpl implements Condition { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ConditionImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return SimpleLanguagePackage.Literals.CONDITION; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public boolean check() { // TODO: implement this method // Ensure that you remove @generated or mark it @generated NOT throw new UnsupportedOperationException(); } } //ConditionImpl