/** */ package ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.impl; import ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.Entry; import ca.mcgill.ecse.dslreasoner.standalone.test.yakindu.YakinduPackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'Entry'. * * * @generated */ public class EntryImpl extends PseudostateImpl implements Entry { /** * * * @generated */ protected EntryImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return YakinduPackage.Literals.ENTRY; } } //EntryImpl