TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Interface TRCThreadInterruptThreadEvent

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, TRCThreadEvent, TRCThreadExecEvent
All Known Implementing Classes:
TRCThreadInterruptThreadEventImpl

public interface TRCThreadInterruptThreadEvent
extends TRCThreadExecEvent

A representation of the model object 'TRC Thread Interrupt Thread Event'.

The following features are supported:

See Also:
TracePackage.getTRCThreadInterruptThreadEvent()
Generated
[EMF] Model

Method Summary
 TRCThread getInterruptedThread()
          Returns the value of the 'Interrupted Thread' reference
 void setInterruptedThread(TRCThread value)
          Sets the value of the 'Interrupted Thread' reference
 
Methods inherited from interface org.eclipse.hyades.models.trace.TRCThreadExecEvent
getRunningEvents, isInCriticalPath, setInCriticalPath
 
Methods inherited from interface org.eclipse.hyades.models.trace.TRCThreadEvent
getAnnotations, getThread, getTime, setThread, setTime
 
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

getInterruptedThread

TRCThread getInterruptedThread()
Returns the value of the 'Interrupted Thread' reference.

If the meaning of the 'Interrupted Thread' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interrupted Thread' reference.
See Also:
setInterruptedThread(TRCThread), TracePackage.getTRCThreadInterruptThreadEvent_InterruptedThread()
Generated
[EMF] Model

setInterruptedThread

void setInterruptedThread(TRCThread value)
Sets the value of the 'Interrupted Thread' reference.

Parameters:
value - the new value of the 'Interrupted Thread' reference.
See Also:
getInterruptedThread()
Generated

TPTP 4.6.0 Platform Project
Public API Specification