|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TRCCollectionBoundary
A representation of the model object 'TRC Collection Boundary'. A collection boundary (segment boundary) of a trace. This class marks the beginning of a segment. It can have an method invocation associated with it (the first method invocation that was received in that slice). The end of a segment is marked by the end of the trace or by the next segment.
The following features are supported:
TracePackage.getTRCCollectionBoundary()| Method Summary | |
|---|---|
TRCHeapDump |
getHeapDump()
Returns the value of the 'Heap Dump' reference |
TRCClass |
getLastClass()
Returns the value of the 'Last Class' reference |
TRCMethodInvocation |
getLastInvocation()
Returns the value of the 'Last Invocation' reference |
TRCMethod |
getLastMethod()
Returns the value of the 'Last Method' reference |
TRCObject |
getLastObject()
Returns the value of the 'Last Object' reference |
TRCPackage |
getLastPackage()
Returns the value of the 'Last Package' reference |
TRCThread |
getLastThread()
Returns the value of the 'Last Thread' reference |
TRCProcess |
getProcess()
Returns the value of the 'Process' container reference. |
void |
setHeapDump(TRCHeapDump value)
Sets the value of the ' Heap Dump' reference |
void |
setLastClass(TRCClass value)
Sets the value of the ' Last Class' reference |
void |
setLastInvocation(TRCMethodInvocation value)
Sets the value of the ' Last Invocation' reference |
void |
setLastMethod(TRCMethod value)
Sets the value of the ' Last Method' reference |
void |
setLastObject(TRCObject value)
Sets the value of the ' Last Object' reference |
void |
setLastPackage(TRCPackage value)
Sets the value of the ' Last Package' reference |
void |
setLastThread(TRCThread value)
Sets the value of the ' Last Thread' reference |
void |
setProcess(TRCProcess value)
Sets the value of the ' Process' container reference |
| Methods inherited from interface org.eclipse.hyades.models.hierarchy.AbstractTRCCollectionBoundary |
|---|
getCollectionMode, getConfiguration, getName, getStartTime, setCollectionMode, setConfiguration, setName, setStartTime |
| 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 |
|---|
TRCMethodInvocation getLastInvocation()
If the meaning of the 'Last Invocation' reference isn't clear, there really should be more of a description here...
Points to the first method invocation (if exists) that was received in this collection boundary.
setLastInvocation(TRCMethodInvocation),
TracePackage.getTRCCollectionBoundary_LastInvocation()void setLastInvocation(TRCMethodInvocation value)
Last Invocation' reference.
value - the new value of the 'Last Invocation' reference.getLastInvocation()TRCProcess getProcess()
Collection Boundary Points'.
If the meaning of the 'Process' container reference isn't clear, there really should be more of a description here...
setProcess(TRCProcess),
TracePackage.getTRCCollectionBoundary_Process(),
TRCProcess.getCollectionBoundaryPoints()void setProcess(TRCProcess value)
Process' container reference.
value - the new value of the 'Process' container reference.getProcess()TRCClass getLastClass()
If the meaning of the 'Last Class' reference isn't clear, there really should be more of a description here...
setLastClass(TRCClass),
TracePackage.getTRCCollectionBoundary_LastClass()void setLastClass(TRCClass value)
Last Class' reference.
value - the new value of the 'Last Class' reference.getLastClass()TRCThread getLastThread()
If the meaning of the 'Last Thread' reference isn't clear, there really should be more of a description here...
setLastThread(TRCThread),
TracePackage.getTRCCollectionBoundary_LastThread()void setLastThread(TRCThread value)
Last Thread' reference.
value - the new value of the 'Last Thread' reference.getLastThread()TRCObject getLastObject()
If the meaning of the 'Last Object' reference isn't clear, there really should be more of a description here...
setLastObject(TRCObject),
TracePackage.getTRCCollectionBoundary_LastObject()void setLastObject(TRCObject value)
Last Object' reference.
value - the new value of the 'Last Object' reference.getLastObject()TRCPackage getLastPackage()
If the meaning of the 'Last Package' reference isn't clear, there really should be more of a description here...
setLastPackage(TRCPackage),
TracePackage.getTRCCollectionBoundary_LastPackage()void setLastPackage(TRCPackage value)
Last Package' reference.
value - the new value of the 'Last Package' reference.getLastPackage()TRCMethod getLastMethod()
If the meaning of the 'Last Method' reference isn't clear, there really should be more of a description here...
setLastMethod(TRCMethod),
TracePackage.getTRCCollectionBoundary_LastMethod()void setLastMethod(TRCMethod value)
Last Method' reference.
value - the new value of the 'Last Method' reference.getLastMethod()TRCHeapDump getHeapDump()
If the meaning of the 'Heap Dump' reference isn't clear, there really should be more of a description here...
setHeapDump(TRCHeapDump),
TracePackage.getTRCCollectionBoundary_HeapDump()void setHeapDump(TRCHeapDump value)
Heap Dump' reference.
value - the new value of the 'Heap Dump' reference.getHeapDump()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||