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

*

* * @generated */ public class SMTForallImpl extends SMTQuantifiedExpressionImpl implements SMTForall { /** * * * @generated */ protected SMTForallImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return SmtLanguagePackage.Literals.SMT_FORALL; } } //SMTForallImpl