TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Interface TRCThreadStartThreadEvent

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

public interface TRCThreadStartThreadEvent
extends TRCThreadExecEvent

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

The following features are supported:

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

Method Summary
 TRCThread getStartedThread()
          Returns the value of the 'Started Thread' reference
 void setStartedThread(TRCThread value)
          Sets the value of the 'Started 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

getStartedThread

TRCThread getStartedThread()
Returns the value of the 'Started Thread' reference.

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

Returns:
the value of the 'Started Thread' reference.
See Also:
setStartedThread(TRCThread), TracePackage.getTRCThreadStartThreadEvent_StartedThread()
Generated
[EMF] Model

setStartedThread

void setStartedThread(TRCThread value)
Sets the value of the 'Started Thread' reference.

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

TPTP 4.5.0 Platform Project
Public API Specification