TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Interface TRCMethodWithLLData

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IDeltaManager, org.eclipse.emf.common.notify.Notifier, TRCLanguageElement, TRCMethod
All Known Implementing Classes:
TRCMethodWithLLDataImpl

public interface TRCMethodWithLLData
extends TRCMethod

A representation of the model object 'TRC Method With LL Data'.

The following features are supported:

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

Method Summary
 TRCLLData getLLData()
          Returns the value of the 'LL Data' containment reference.
 void setLLData(TRCLLData value)
          Sets the value of the 'LL Data' containment reference
 
Methods inherited from interface org.eclipse.hyades.models.trace.TRCMethod
getBaseTime, getCalls, getCumulativeTime, getDefiningClass, getId, getInvocations, getLineCount, getLineNo, getModifier, getName, getNotation, getSignature, getTotalCpuTime, setBaseTime, setCalls, setCumulativeTime, setDefiningClass, setId, setLineCount, setLineNo, setModifier, setName, setNotation, setSignature, setTotalCpuTime
 
Methods inherited from interface org.eclipse.hyades.models.trace.TRCLanguageElement
getAnnotations, getSourceInfo, setSourceInfo
 
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.hyades.loaders.trace.IDeltaManager
computeDelta, computeDelta, removeSnapshot, retrieveSnapshot, takeSnapshot
 

Method Detail

getLLData

public TRCLLData getLLData()
Returns the value of the 'LL Data' containment reference. It is bidirectional and its opposite is 'Method'.

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

Returns:
the value of the 'LL Data' containment reference.
See Also:
setLLData(TRCLLData), TracePackage.getTRCMethodWithLLData_LLData(), TRCLLData.getMethod()
Generated
[EMF] Model
opposite="method" containment="true"

setLLData

public void setLLData(TRCLLData value)
Sets the value of the 'LL Data' containment reference.

Parameters:
value - the new value of the 'LL Data' containment reference.
See Also:
getLLData()
Generated

TPTP 4.2.0 Platform Project
Public API Specification