TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace.impl
Class TRCMethodInvocationImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.hyades.models.trace.impl.TRCMethodInvocationImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, TRCMethodInvocation
Direct Known Subclasses:
TRCAggregatedMethodInvocationImpl, TRCFullMethodInvocationImpl

public class TRCMethodInvocationImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements TRCMethodInvocation

An implementation of the model object 'TRC Method Invocation'.

The following features are implemented:

Generated

Nested Class Summary
 
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>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 TRCMethodInvocation basicGetInvokedBy()
           
 TRCMethod basicGetMethod()
           
 TRCTraceObject basicGetOwningObject()
           
 TRCThread basicGetThread()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetInvokedBy(TRCMethodInvocation newInvokedBy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetMethod(TRCMethod newMethod, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetProcess(TRCProcess newProcess, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 TRCMethodInvocation getInvokedBy()
           
 org.eclipse.emf.common.util.EList<TRCMethodInvocation> getInvokes()
           
 TRCMethod getMethod()
           
 TRCTraceObject getOwningObject()
           
 TRCProcess getProcess()
           
 TRCThread getThread()
           
 void setInvokedBy(TRCMethodInvocation newInvokedBy)
           
 void setMethod(TRCMethod newMethod)
           
 void setOwningObject(TRCTraceObject newOwningObject)
           
 void setProcess(TRCProcess newProcess)
           
 void setThread(TRCThread newThread)
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset, toString
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getOwningObject

public TRCTraceObject getOwningObject()

Specified by:
getOwningObject in interface TRCMethodInvocation
Returns:
the value of the 'Owning Object' reference.
See Also:
TRCMethodInvocation.setOwningObject(TRCTraceObject), TracePackage.getTRCMethodInvocation_OwningObject()
Generated

basicGetOwningObject

public TRCTraceObject basicGetOwningObject()

Generated

setOwningObject

public void setOwningObject(TRCTraceObject newOwningObject)

Specified by:
setOwningObject in interface TRCMethodInvocation
Parameters:
newOwningObject - the new value of the 'Owning Object' reference.
See Also:
TRCMethodInvocation.getOwningObject()
Generated

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eBasicRemoveFromContainerFeature

public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eBasicRemoveFromContainerFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

getMethod

public TRCMethod getMethod()

Specified by:
getMethod in interface TRCMethodInvocation
Returns:
the value of the 'Method' reference.
See Also:
TRCMethodInvocation.setMethod(TRCMethod), TracePackage.getTRCMethodInvocation_Method(), TRCMethod.getInvocations()
Generated

basicGetMethod

public TRCMethod basicGetMethod()

Generated

basicSetMethod

public org.eclipse.emf.common.notify.NotificationChain basicSetMethod(TRCMethod newMethod,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setMethod

public void setMethod(TRCMethod newMethod)

Specified by:
setMethod in interface TRCMethodInvocation
Parameters:
newMethod - the new value of the 'Method' reference.
See Also:
TRCMethodInvocation.getMethod()
Generated

getInvokedBy

public TRCMethodInvocation getInvokedBy()

Specified by:
getInvokedBy in interface TRCMethodInvocation
Returns:
the value of the 'Invoked By' reference.
See Also:
TRCMethodInvocation.setInvokedBy(TRCMethodInvocation), TracePackage.getTRCMethodInvocation_InvokedBy(), TRCMethodInvocation.getInvokes()
Generated

basicGetInvokedBy

public TRCMethodInvocation basicGetInvokedBy()

Generated

basicSetInvokedBy

public org.eclipse.emf.common.notify.NotificationChain basicSetInvokedBy(TRCMethodInvocation newInvokedBy,
                                                                         org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setInvokedBy

public void setInvokedBy(TRCMethodInvocation newInvokedBy)

Specified by:
setInvokedBy in interface TRCMethodInvocation
Parameters:
newInvokedBy - the new value of the 'Invoked By' reference.
See Also:
TRCMethodInvocation.getInvokedBy()
Generated

getInvokes

public org.eclipse.emf.common.util.EList<TRCMethodInvocation> getInvokes()

Specified by:
getInvokes in interface TRCMethodInvocation
Returns:
the value of the 'Invokes' reference list.
See Also:
TracePackage.getTRCMethodInvocation_Invokes(), TRCMethodInvocation.getInvokedBy()
Generated

getThread

public TRCThread getThread()

Specified by:
getThread in interface TRCMethodInvocation
Returns:
the value of the 'Thread' reference.
See Also:
TRCMethodInvocation.setThread(TRCThread), TracePackage.getTRCMethodInvocation_Thread()
Generated

basicGetThread

public TRCThread basicGetThread()

Generated

setThread

public void setThread(TRCThread newThread)

Specified by:
setThread in interface TRCMethodInvocation
Parameters:
newThread - the new value of the 'Thread' reference.
See Also:
TRCMethodInvocation.getThread()
Generated

getProcess

public TRCProcess getProcess()

Specified by:
getProcess in interface TRCMethodInvocation
Returns:
the value of the 'Process' container reference.
See Also:
TRCMethodInvocation.setProcess(TRCProcess), TracePackage.getTRCMethodInvocation_Process(), TRCProcess.getInvocations()
Generated

basicSetProcess

public org.eclipse.emf.common.notify.NotificationChain basicSetProcess(TRCProcess newProcess,
                                                                       org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setProcess

public void setProcess(TRCProcess newProcess)

Specified by:
setProcess in interface TRCMethodInvocation
Parameters:
newProcess - the new value of the 'Process' container reference.
See Also:
TRCMethodInvocation.getProcess()
Generated

TPTP 4.6.0 Platform Project
Public API Specification