| 1 | /** |
| 2 | * <copyright> |
| 3 | * </copyright> |
| 4 | * |
| 5 | * $Id$ |
| 6 | */ |
| 7 | package de.uka.ipd.sdq.pcm.resultdecorator.repositorydecorator.impl; |
| 8 | |
| 9 | import de.uka.ipd.sdq.pcm.allocation.AllocationContext; |
| 10 | |
| 11 | import de.uka.ipd.sdq.pcm.resultdecorator.repositorydecorator.AllocationContextResults; |
| 12 | import de.uka.ipd.sdq.pcm.resultdecorator.repositorydecorator.RepositorydecoratorPackage; |
| 13 | |
| 14 | import org.eclipse.emf.common.notify.Notification; |
| 15 | |
| 16 | import org.eclipse.emf.ecore.EClass; |
| 17 | import org.eclipse.emf.ecore.InternalEObject; |
| 18 | |
| 19 | import org.eclipse.emf.ecore.impl.ENotificationImpl; |
| 20 | |
| 21 | /** |
| 22 | * <!-- begin-user-doc --> |
| 23 | * An implementation of the model object '<em><b>Allocation Context Results</b></em>'. |
| 24 | * <!-- end-user-doc --> |
| 25 | * <p> |
| 26 | * The following features are implemented: |
| 27 | * <ul> |
| 28 | * <li>{@link de.uka.ipd.sdq.pcm.resultdecorator.repositorydecorator.impl.AllocationContextResultsImpl#getAllocationContext_AllocationContextResult <em>Allocation Context Allocation Context Result</em>}</li> |
| 29 | * </ul> |
| 30 | * </p> |
| 31 | * |
| 32 | * @generated |
| 33 | */ |
| 34 | public class AllocationContextResultsImpl extends ComponentResultImpl implements AllocationContextResults { |
| 35 | /** |
| 36 | * The cached value of the '{@link #getAllocationContext_AllocationContextResult() <em>Allocation Context Allocation Context Result</em>}' reference. |
| 37 | * <!-- begin-user-doc --> |
| 38 | * <!-- end-user-doc --> |
| 39 | * @see #getAllocationContext_AllocationContextResult() |
| 40 | * @generated |
| 41 | * @ordered |
| 42 | */ |
| 43 | protected AllocationContext allocationContext_AllocationContextResult; |
| 44 | /** |
| 45 | * <!-- begin-user-doc --> |
| 46 | * <!-- end-user-doc --> |
| 47 | * @generated |
| 48 | */ |
| 49 | protected AllocationContextResultsImpl() { |
| 50 | super(); |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * <!-- begin-user-doc --> |
| 55 | * <!-- end-user-doc --> |
| 56 | * @generated |
| 57 | */ |
| 58 | @Override |
| 59 | protected EClass eStaticClass() { |
| 60 | return RepositorydecoratorPackage.Literals.ALLOCATION_CONTEXT_RESULTS; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * <!-- begin-user-doc --> |
| 65 | * <!-- end-user-doc --> |
| 66 | * @generated |
| 67 | */ |
| 68 | public AllocationContext getAllocationContext_AllocationContextResult() { |
| 69 | if (allocationContext_AllocationContextResult != null && allocationContext_AllocationContextResult.eIsProxy()) { |
| 70 | InternalEObject oldAllocationContext_AllocationContextResult = (InternalEObject)allocationContext_AllocationContextResult; |
| 71 | allocationContext_AllocationContextResult = (AllocationContext)eResolveProxy(oldAllocationContext_AllocationContextResult); |
| 72 | if (allocationContext_AllocationContextResult != oldAllocationContext_AllocationContextResult) { |
| 73 | if (eNotificationRequired()) |
| 74 | eNotify(new ENotificationImpl(this, Notification.RESOLVE, RepositorydecoratorPackage.ALLOCATION_CONTEXT_RESULTS__ALLOCATION_CONTEXT_ALLOCATION_CONTEXT_RESULT, oldAllocationContext_AllocationContextResult, allocationContext_AllocationContextResult)); |
| 75 | } |
| 76 | } |
| 77 | return allocationContext_AllocationContextResult; |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * <!-- begin-user-doc --> |
| 82 | * <!-- end-user-doc --> |
| 83 | * @generated |
| 84 | */ |
| 85 | public AllocationContext basicGetAllocationContext_AllocationContextResult() { |
| 86 | return allocationContext_AllocationContextResult; |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * <!-- begin-user-doc --> |
| 91 | * <!-- end-user-doc --> |
| 92 | * @generated |
| 93 | */ |
| 94 | public void setAllocationContext_AllocationContextResult(AllocationContext newAllocationContext_AllocationContextResult) { |
| 95 | AllocationContext oldAllocationContext_AllocationContextResult = allocationContext_AllocationContextResult; |
| 96 | allocationContext_AllocationContextResult = newAllocationContext_AllocationContextResult; |
| 97 | if (eNotificationRequired()) |
| 98 | eNotify(new ENotificationImpl(this, Notification.SET, RepositorydecoratorPackage.ALLOCATION_CONTEXT_RESULTS__ALLOCATION_CONTEXT_ALLOCATION_CONTEXT_RESULT, oldAllocationContext_AllocationContextResult, allocationContext_AllocationContextResult)); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * <!-- begin-user-doc --> |
| 103 | * <!-- end-user-doc --> |
| 104 | * @generated |
| 105 | */ |
| 106 | @Override |
| 107 | public Object eGet(int featureID, boolean resolve, boolean coreType) { |
| 108 | switch (featureID) { |
| 109 | case RepositorydecoratorPackage.ALLOCATION_CONTEXT_RESULTS__ALLOCATION_CONTEXT_ALLOCATION_CONTEXT_RESULT: |
| 110 | if (resolve) return getAllocationContext_AllocationContextResult(); |
| 111 | return basicGetAllocationContext_AllocationContextResult(); |
| 112 | } |
| 113 | return super.eGet(featureID, resolve, coreType); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * <!-- begin-user-doc --> |
| 118 | * <!-- end-user-doc --> |
| 119 | * @generated |
| 120 | */ |
| 121 | @Override |
| 122 | public void eSet(int featureID, Object newValue) { |
| 123 | switch (featureID) { |
| 124 | case RepositorydecoratorPackage.ALLOCATION_CONTEXT_RESULTS__ALLOCATION_CONTEXT_ALLOCATION_CONTEXT_RESULT: |
| 125 | setAllocationContext_AllocationContextResult((AllocationContext)newValue); |
| 126 | return; |
| 127 | } |
| 128 | super.eSet(featureID, newValue); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * <!-- begin-user-doc --> |
| 133 | * <!-- end-user-doc --> |
| 134 | * @generated |
| 135 | */ |
| 136 | @Override |
| 137 | public void eUnset(int featureID) { |
| 138 | switch (featureID) { |
| 139 | case RepositorydecoratorPackage.ALLOCATION_CONTEXT_RESULTS__ALLOCATION_CONTEXT_ALLOCATION_CONTEXT_RESULT: |
| 140 | setAllocationContext_AllocationContextResult((AllocationContext)null); |
| 141 | return; |
| 142 | } |
| 143 | super.eUnset(featureID); |
| 144 | } |
| 145 | |
| 146 | /** |
| 147 | * <!-- begin-user-doc --> |
| 148 | * <!-- end-user-doc --> |
| 149 | * @generated |
| 150 | */ |
| 151 | @Override |
| 152 | public boolean eIsSet(int featureID) { |
| 153 | switch (featureID) { |
| 154 | case RepositorydecoratorPackage.ALLOCATION_CONTEXT_RESULTS__ALLOCATION_CONTEXT_ALLOCATION_CONTEXT_RESULT: |
| 155 | return allocationContext_AllocationContextResult != null; |
| 156 | } |
| 157 | return super.eIsSet(featureID); |
| 158 | } |
| 159 | |
| 160 | } //AllocationContextResultsImpl |