/** */ package hu.bme.mit.inf.dslreasoner.smtLanguage.impl; import hu.bme.mit.inf.dslreasoner.smtLanguage.SMTExists; import hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'SMT Exists'. * *

*

* * @generated */ public class SMTExistsImpl extends SMTQuantifiedExpressionImpl implements SMTExists { /** * * * @generated */ protected SMTExistsImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return SmtLanguagePackage.Literals.SMT_EXISTS; } } //SMTExistsImpl