/** */ package evol; import core.IntegerExpression; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Current Cell Population</b></em>'. * <!-- end-user-doc --> * * * @see evol.EvolPackage#getCurrentCellPopulation() * @model * @generated */ public interface CurrentCellPopulation extends IntegerExpression { } // CurrentCellPopulation