/** */ package evol.impl; import core.impl.IntegerExpressionImpl; import evol.CurrentCellPopulation; import evol.EvolPackage; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Current Cell Population</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class CurrentCellPopulationImpl extends IntegerExpressionImpl implements CurrentCellPopulation { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected CurrentCellPopulationImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return EvolPackage.Literals.CURRENT_CELL_POPULATION; } } //CurrentCellPopulationImpl