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

*

* * @generated */ public class SMTReasoningTacticImpl extends MinimalEObjectImpl.Container implements SMTReasoningTactic { /** * * * @generated */ protected SMTReasoningTacticImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return SmtLanguagePackage.Literals.SMT_REASONING_TACTIC; } } //SMTReasoningTacticImpl