| 1 | /** |
| 2 | * <copyright> |
| 3 | * </copyright> |
| 4 | * |
| 5 | * $Id$ |
| 6 | */ |
| 7 | package scheduler.configuration.impl; |
| 8 | |
| 9 | import org.eclipse.emf.ecore.EClass; |
| 10 | |
| 11 | import org.eclipse.emf.ecore.impl.EObjectImpl; |
| 12 | |
| 13 | import scheduler.configuration.ConfigurationPackage; |
| 14 | import scheduler.configuration.PriorityBoostConfiguration; |
| 15 | |
| 16 | /** |
| 17 | * <!-- begin-user-doc --> |
| 18 | * An implementation of the model object '<em><b>Priority Boost Configuration</b></em>'. |
| 19 | * <!-- end-user-doc --> |
| 20 | * <p> |
| 21 | * </p> |
| 22 | * |
| 23 | * @generated |
| 24 | */ |
| 25 | public abstract class PriorityBoostConfigurationImpl extends EObjectImpl implements PriorityBoostConfiguration { |
| 26 | /** |
| 27 | * <!-- begin-user-doc --> |
| 28 | * <!-- end-user-doc --> |
| 29 | * @generated |
| 30 | */ |
| 31 | protected PriorityBoostConfigurationImpl() { |
| 32 | super(); |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * <!-- begin-user-doc --> |
| 37 | * <!-- end-user-doc --> |
| 38 | * @generated |
| 39 | */ |
| 40 | @Override |
| 41 | protected EClass eStaticClass() { |
| 42 | return ConfigurationPackage.Literals.PRIORITY_BOOST_CONFIGURATION; |
| 43 | } |
| 44 | |
| 45 | } //PriorityBoostConfigurationImpl |