TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Interface TRCSourceInfoWithLLData

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, TRCSourceInfo
All Known Implementing Classes:
TRCSourceInfoWithLLDataImpl

public interface TRCSourceInfoWithLLData
extends TRCSourceInfo

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

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList getLLDatas()
          Returns the value of the 'LL Datas' reference list.
 
Methods inherited from interface org.eclipse.hyades.models.trace.TRCSourceInfo
getLanguage, getLocation, setLanguage, setLocation
 
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

getLLDatas

public org.eclipse.emf.common.util.EList getLLDatas()
Returns the value of the 'LL Datas' reference list. The list contents are of type TRCLLData.

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

Returns:
the value of the 'LL Datas' reference list.
See Also:
TracePackage.getTRCSourceInfoWithLLData_LLDatas()
Generated
[EMF] Model
type="org.eclipse.hyades.models.trace.TRCLLData"

TPTP 4.4.0 Platform Project
Public API Specification