TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Interface TRCHeapObject

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, TRCObject
All Known Subinterfaces:
TRCFullHeapObject
All Known Implementing Classes:
TRCFullHeapObjectImpl, TRCHeapObjectImpl

public interface TRCHeapObject
extends TRCObject

A representation of the model object 'TRC Heap Object'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList getRefOwner()
          Returns the value of the 'Ref Owner' reference list.
 org.eclipse.emf.common.util.EList getRefTarget()
          Returns the value of the 'Ref Target' reference list.
 
Methods inherited from interface org.eclipse.hyades.models.trace.TRCObject
getId, getIsA, getProcess, getSize, setId, setIsA, setProcess, setSize
 
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

getRefOwner

org.eclipse.emf.common.util.EList getRefOwner()
Returns the value of the 'Ref Owner' reference list. The list contents are of type TRCObjectReference. It is bidirectional and its opposite is 'Owner'.

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

transient

Returns:
the value of the 'Ref Owner' reference list.
See Also:
TracePackage.getTRCHeapObject_RefOwner(), TRCObjectReference.getOwner()
Generated
[EMF] Model
type="org.eclipse.hyades.models.trace.TRCObjectReference" opposite="owner" transient="true"

getRefTarget

org.eclipse.emf.common.util.EList getRefTarget()
Returns the value of the 'Ref Target' reference list. The list contents are of type TRCObjectReference. It is bidirectional and its opposite is 'Target'.

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

transient

Returns:
the value of the 'Ref Target' reference list.
See Also:
TracePackage.getTRCHeapObject_RefTarget(), TRCObjectReference.getTarget()
Generated
[EMF] Model
type="org.eclipse.hyades.models.trace.TRCObjectReference" opposite="target" transient="true"

TPTP 4.5.0 Platform Project
Public API Specification