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.Dynamic
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
Nested 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.EPropertiesHolderImpl
Nested 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 DeployedOperation
callee
The cached value of the 'Callee
' reference.protected DeployedOperation
caller
The cached value of the 'Caller
' reference.protected EDirection
direction
The cached value of the 'Direction
' attribute.protected static EDirection
DIRECTION_EDEFAULT
The 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 protected
OperationDataflowImpl()
-
Method Summary
Modifier and Type Method Description DeployedOperation
basicGetCallee()
DeployedOperation
basicGetCaller()
java.lang.Object
eGet(int featureID, boolean resolve, boolean coreType)
boolean
eIsSet(int featureID)
void
eSet(int featureID, java.lang.Object newValue)
protected org.eclipse.emf.ecore.EClass
eStaticClass()
void
eUnset(int featureID)
DeployedOperation
getCallee()
DeployedOperation
getCaller()
EDirection
getDirection()
void
setCallee(DeployedOperation newCallee)
void
setCaller(DeployedOperation newCaller)
void
setDirection(EDirection newDirection)
java.lang.String
toString()
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
Methods 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, eSettings
Methods 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, eVirtualValues
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
Methods 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:
eStaticClass
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
- Generated:
-
getCaller
- Specified by:
getCaller
in interfaceOperationDataflow
- Returns:
- the value of the 'Caller' reference.
- See Also:
OperationDataflow.setCaller(DeployedOperation)
,ExecutionPackage.getOperationDataflow_Caller()
- Generated:
-
basicGetCaller
- Generated:
-
setCaller
- Specified by:
setCaller
in interfaceOperationDataflow
- Parameters:
newCaller
- the new value of the 'Caller' reference.- See Also:
OperationDataflow.getCaller()
- Generated:
-
getCallee
- Specified by:
getCallee
in interfaceOperationDataflow
- Returns:
- the value of the 'Callee' reference.
- See Also:
OperationDataflow.setCallee(DeployedOperation)
,ExecutionPackage.getOperationDataflow_Callee()
- Generated:
-
basicGetCallee
- Generated:
-
setCallee
- Specified by:
setCallee
in interfaceOperationDataflow
- Parameters:
newCallee
- the new value of the 'Callee' reference.- See Also:
OperationDataflow.getCallee()
- Generated:
-
getDirection
- Specified by:
getDirection
in interfaceOperationDataflow
- Returns:
- the value of the 'Direction' attribute.
- See Also:
EDirection
,OperationDataflow.setDirection(EDirection)
,ExecutionPackage.getOperationDataflow_Direction()
- Generated:
-
setDirection
- Specified by:
setDirection
in 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:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
- Generated:
-
eSet
public void eSet(int featureID, java.lang.Object newValue)- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
- Generated:
-
eUnset
public void eUnset(int featureID)- Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
- Generated:
-
eIsSet
public boolean eIsSet(int featureID)- Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
- Generated:
-
toString
public java.lang.String toString()- Overrides:
toString
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
- Generated:
-