|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TRCMethodInvocation
A representation of the model object 'TRC Method Invocation'. A method invocation is the entry and exit of the actual method implementation. The base class does not track any attributes, for minimum overhead.
The following features are supported:
TracePackage.getTRCMethodInvocation()| Method Summary | |
|---|---|
TRCMethodInvocation |
getInvokedBy()
Returns the value of the 'Invoked By' reference. |
org.eclipse.emf.common.util.EList<TRCMethodInvocation> |
getInvokes()
Returns the value of the 'Invokes' reference list. |
TRCMethod |
getMethod()
Returns the value of the 'Method' reference. |
TRCTraceObject |
getOwningObject()
Returns the value of the 'Owning Object' reference |
TRCProcess |
getProcess()
Returns the value of the 'Process' container reference. |
TRCThread |
getThread()
Returns the value of the 'Thread' reference |
void |
setInvokedBy(TRCMethodInvocation value)
Sets the value of the ' Invoked By' reference |
void |
setMethod(TRCMethod value)
Sets the value of the ' Method' reference |
void |
setOwningObject(TRCTraceObject value)
Sets the value of the ' Owning Object' reference |
void |
setProcess(TRCProcess value)
Sets the value of the ' Process' container reference |
void |
setThread(TRCThread value)
Sets the value of the ' Thread' reference |
| 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 |
| Method Detail |
|---|
TRCTraceObject getOwningObject()
If the meaning of the 'Owning Object' container reference isn't clear, there really should be more of a description here...
setOwningObject(TRCTraceObject),
TracePackage.getTRCMethodInvocation_OwningObject()void setOwningObject(TRCTraceObject value)
Owning Object' reference.
value - the new value of the 'Owning Object' reference.getOwningObject()TRCMethod getMethod()
Invocations'.
If the meaning of the 'Method' reference isn't clear, there really should be more of a description here...
setMethod(TRCMethod),
TracePackage.getTRCMethodInvocation_Method(),
TRCMethod.getInvocations()void setMethod(TRCMethod value)
Method' reference.
value - the new value of the 'Method' reference.getMethod()TRCMethodInvocation getInvokedBy()
Invokes'.
If the meaning of the 'Invoked By' reference isn't clear, there really should be more of a description here...
setInvokedBy(TRCMethodInvocation),
TracePackage.getTRCMethodInvocation_InvokedBy(),
getInvokes()void setInvokedBy(TRCMethodInvocation value)
Invoked By' reference.
value - the new value of the 'Invoked By' reference.getInvokedBy()org.eclipse.emf.common.util.EList<TRCMethodInvocation> getInvokes()
TRCMethodInvocation.
It is bidirectional and its opposite is 'Invoked By'.
If the meaning of the 'Invokes' reference list isn't clear, there really should be more of a description here...
TracePackage.getTRCMethodInvocation_Invokes(),
getInvokedBy()TRCThread getThread()
If the meaning of the 'Thread' reference isn't clear, there really should be more of a description here...
setThread(TRCThread),
TracePackage.getTRCMethodInvocation_Thread()void setThread(TRCThread value)
Thread' reference.
value - the new value of the 'Thread' reference.getThread()TRCProcess getProcess()
Invocations'.
If the meaning of the 'Process' container reference isn't clear, there really should be more of a description here...
setProcess(TRCProcess),
TracePackage.getTRCMethodInvocation_Process(),
TRCProcess.getInvocations()void setProcess(TRCProcess value)
Process' container reference.
value - the new value of the 'Process' container reference.getProcess()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||