Class OperationDataflowImpl
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.OperationDataflowImpl
- All Implemented Interfaces:
OperationDataflow,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 OperationDataflowImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements OperationDataflow
An implementation of the model object 'Operation 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 DeployedOperationcalleeThe cached value of the 'Callee' reference.protected DeployedOperationcallerThe cached value of the 'Caller' reference.protected EDirectiondirectionThe cached value of the 'Direction' attribute.protected static EDirectionDIRECTION_EDEFAULTThe default value of the 'Direction' attribute.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 protectedOperationDataflowImpl() -
Method Summary
Modifier and Type Method Description DeployedOperationbasicGetCallee()DeployedOperationbasicGetCaller()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)DeployedOperationgetCallee()DeployedOperationgetCaller()EDirectiongetDirection()voidsetCallee(DeployedOperation newCallee)voidsetCaller(DeployedOperation newCaller)voidsetDirection(EDirection newDirection)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
-
caller
The cached value of the 'Caller' reference.- See Also:
getCaller()- Generated:
- Ordered:
-
callee
The cached value of the 'Callee' reference.- See Also:
getCallee()- 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
-
OperationDataflowImpl
protected OperationDataflowImpl()- Generated:
-
-
Method Details
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()- Overrides:
eStaticClassin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated:
-
getCaller
- Specified by:
getCallerin interfaceOperationDataflow- Returns:
- the value of the 'Caller' reference.
- See Also:
OperationDataflow.setCaller(DeployedOperation),ExecutionPackage.getOperationDataflow_Caller()- Generated:
-
basicGetCaller
- Generated:
-
setCaller
- Specified by:
setCallerin interfaceOperationDataflow- Parameters:
newCaller- the new value of the 'Caller' reference.- See Also:
OperationDataflow.getCaller()- Generated:
-
getCallee
- Specified by:
getCalleein interfaceOperationDataflow- Returns:
- the value of the 'Callee' reference.
- See Also:
OperationDataflow.setCallee(DeployedOperation),ExecutionPackage.getOperationDataflow_Callee()- Generated:
-
basicGetCallee
- Generated:
-
setCallee
- Specified by:
setCalleein interfaceOperationDataflow- Parameters:
newCallee- the new value of the 'Callee' reference.- See Also:
OperationDataflow.getCallee()- Generated:
-
getDirection
- Specified by:
getDirectionin interfaceOperationDataflow- Returns:
- the value of the 'Direction' attribute.
- See Also:
EDirection,OperationDataflow.setDirection(EDirection),ExecutionPackage.getOperationDataflow_Direction()- Generated:
-
setDirection
- Specified by:
setDirectionin interfaceOperationDataflow- Parameters:
newDirection- the new value of the 'Direction' attribute.- See Also:
EDirection,OperationDataflow.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:
-