TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Interface TRCThreadHandoffLockEvent

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

public interface TRCThreadHandoffLockEvent
extends TRCThreadExecEvent

A representation of the model object 'TRC Thread Handoff Lock Event'.

The following features are supported:

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

Method Summary
 TRCObject getLockedObject()
          Returns the value of the 'Locked Object' reference
 void setLockedObject(TRCObject value)
          Sets the value of the 'Locked Object' 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

getLockedObject

TRCObject getLockedObject()
Returns the value of the 'Locked Object' reference.

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

Returns:
the value of the 'Locked Object' reference.
See Also:
setLockedObject(TRCObject), TracePackage.getTRCThreadHandoffLockEvent_LockedObject()
Generated
[EMF] Model
required="true"

setLockedObject

void setLockedObject(TRCObject value)
Sets the value of the 'Locked Object' reference.

Parameters:
value - the new value of the 'Locked Object' reference.
See Also:
getLockedObject()
Generated

TPTP 4.5.0 Platform Project
Public API Specification