Class StorageDataflowImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
kieker.model.analysismodel.execution.impl.StorageDataflowImpl
- All Implemented Interfaces:
StorageDataflow,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject
public class StorageDataflowImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements StorageDataflow
An implementation of the model object 'Storage Dataflow'.
The following features are implemented:
- Generated:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.DynamicNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.ContainerNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplNested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList -
Field Summary
Fields Modifier and Type Field Description protected DeployedOperationcodeThe cached value of the 'Code' reference.protected EDirectiondirectionThe cached value of the 'Direction' attribute.protected static EDirectionDIRECTION_EDEFAULTThe default value of the 'Direction' attribute.protected DeployedStoragestorageThe cached value of the 'Storage' reference.Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET -
Constructor Summary
Constructors Modifier Constructor Description protectedStorageDataflowImpl() -
Method Summary
Modifier and Type Method Description DeployedOperationbasicGetCode()DeployedStoragebasicGetStorage()java.lang.ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, java.lang.Object newValue)protected org.eclipse.emf.ecore.EClasseStaticClass()voideUnset(int featureID)DeployedOperationgetCode()EDirectiongetDirection()DeployedStoragegetStorage()voidsetCode(DeployedOperation newCode)voidsetDirection(EDirection newDirection)voidsetStorage(DeployedStorage newStorage)java.lang.StringtoString()Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainerMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingsMethods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValuesMethods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
storage
The cached value of the 'Storage' reference.- See Also:
getStorage()- Generated:
- Ordered:
-
code
The cached value of the 'Code' reference.- See Also:
getCode()- Generated:
- Ordered:
-
DIRECTION_EDEFAULT
The default value of the 'Direction' attribute.- See Also:
getDirection()- Generated:
- Ordered:
-
direction
The cached value of the 'Direction' attribute.- See Also:
getDirection()- Generated:
- Ordered:
-
-
Constructor Details
-
StorageDataflowImpl
protected StorageDataflowImpl()- Generated:
-
-
Method Details
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()- Overrides:
eStaticClassin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated:
-
getStorage
- Specified by:
getStoragein interfaceStorageDataflow- Returns:
- the value of the 'Storage' reference.
- See Also:
StorageDataflow.setStorage(DeployedStorage),ExecutionPackage.getStorageDataflow_Storage()- Generated:
-
basicGetStorage
- Generated:
-
setStorage
- Specified by:
setStoragein interfaceStorageDataflow- Parameters:
newStorage- the new value of the 'Storage' reference.- See Also:
StorageDataflow.getStorage()- Generated:
-
getCode
- Specified by:
getCodein interfaceStorageDataflow- Returns:
- the value of the 'Code' reference.
- See Also:
StorageDataflow.setCode(DeployedOperation),ExecutionPackage.getStorageDataflow_Code()- Generated:
-
basicGetCode
- Generated:
-
setCode
- Specified by:
setCodein interfaceStorageDataflow- Parameters:
newCode- the new value of the 'Code' reference.- See Also:
StorageDataflow.getCode()- Generated:
-
getDirection
- Specified by:
getDirectionin interfaceStorageDataflow- Returns:
- the value of the 'Direction' attribute.
- See Also:
EDirection,StorageDataflow.setDirection(EDirection),ExecutionPackage.getStorageDataflow_Direction()- Generated:
-
setDirection
- Specified by:
setDirectionin interfaceStorageDataflow- Parameters:
newDirection- the new value of the 'Direction' attribute.- See Also:
EDirection,StorageDataflow.getDirection()- Generated:
-
eGet
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eGetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated:
-
eSet
public void eSet(int featureID, java.lang.Object newValue)- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eSetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated:
-
eUnset
public void eUnset(int featureID)- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eUnsetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated:
-
eIsSet
public boolean eIsSet(int featureID)- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eIsSetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated:
-
toString
public java.lang.String toString()- Overrides:
toStringin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated:
-