TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Interface TRCObjectAllocationSite

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

public interface TRCObjectAllocationSite
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'TRC Object Allocation Site'.

The following features are supported:

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

Method Summary
 TRCObject getAllocatedObject()
          Returns the value of the 'Allocated Object' reference
 int getAtLine()
          Returns the value of the 'At Line' attribute
 java.util.Map.Entry getTRCObjectAllocationSitesEntry()
          Returns the value of the 'TRC Object Allocation Sites Entry' container reference
 void setAllocatedObject(TRCObject value)
          Sets the value of the 'Allocated Object' reference
 void setAtLine(int value)
          Sets the value of the 'At Line' attribute
 void setTRCObjectAllocationSitesEntry(java.util.Map.Entry value)
          Sets the value of the 'TRC Object Allocation Sites Entry' container reference
 
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

getAtLine

int getAtLine()
Returns the value of the 'At Line' attribute.

If the meaning of the 'At Line' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'At Line' attribute.
See Also:
setAtLine(int), TracePackage.getTRCObjectAllocationSite_AtLine()
Generated
[EMF] Model

setAtLine

void setAtLine(int value)
Sets the value of the 'At Line' attribute.

Parameters:
value - the new value of the 'At Line' attribute.
See Also:
getAtLine()
Generated

getTRCObjectAllocationSitesEntry

java.util.Map.Entry getTRCObjectAllocationSitesEntry()
Returns the value of the 'TRC Object Allocation Sites Entry' container reference.

If the meaning of the 'TRC Object Allocation Sites Entry' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'TRC Object Allocation Sites Entry' container reference.
See Also:
#setTRCObjectAllocationSitesEntry(Entry), TracePackage.getTRCObjectAllocationSite_TRCObjectAllocationSitesEntry()
Generated
[EMF] Model
mapType="org.eclipse.hyades.models.trace.TRCObjectAllocationSitesEntry" transient="true"

setTRCObjectAllocationSitesEntry

void setTRCObjectAllocationSitesEntry(java.util.Map.Entry value)
Sets the value of the 'TRC Object Allocation Sites Entry' container reference.

Parameters:
value - the new value of the 'TRC Object Allocation Sites Entry' container reference.
See Also:
getTRCObjectAllocationSitesEntry()
Generated

getAllocatedObject

TRCObject getAllocatedObject()
Returns the value of the 'Allocated Object' reference.

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

Returns:
the value of the 'Allocated Object' reference.
See Also:
setAllocatedObject(TRCObject), TracePackage.getTRCObjectAllocationSite_AllocatedObject()
Generated
[EMF] Model

setAllocatedObject

void setAllocatedObject(TRCObject value)
Sets the value of the 'Allocated Object' reference.

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

TPTP 4.5.0 Platform Project
Public API Specification