|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'TRC Package'.
TracePackage.getTRCPackage()The following features are supported:
| Method Summary | |
|---|---|
double |
getBaseTime()
Returns the value of the 'Base Time' attribute |
int |
getCalls()
Returns the value of the 'Calls' attribute |
org.eclipse.emf.common.util.EList |
getClasses()
Returns the value of the 'Classes' containment reference list. |
int |
getCollectedInstances()
Returns the value of the 'Collected Instances' attribute |
int |
getCollectedSize()
Returns the value of the 'Collected Size' attribute |
double |
getCumulativeTime()
Returns the value of the 'Cumulative Time' attribute |
double |
getInheritedBaseTime()
Returns the value of the 'Inherited Base Time' attribute |
int |
getInheritedCalls()
Returns the value of the 'Inherited Calls' attribute |
double |
getInheritedCumulativeTime()
Returns the value of the 'Inherited Cumulative Time' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
TRCPackage |
getParent()
Returns the value of the 'Parent' reference. |
TRCProcess |
getProcess()
Returns the value of the 'Process' container reference. |
org.eclipse.emf.common.util.EList |
getSubPackages()
Returns the value of the 'Sub Packages' reference list. |
double |
getTotalCpuTime()
Returns the value of the 'Total Cpu Time' attribute |
int |
getTotalInstances()
Returns the value of the 'Total Instances' attribute |
int |
getTotalSize()
Returns the value of the 'Total Size' attribute |
void |
setBaseTime(double value)
Sets the value of the ' Base Time' attribute |
void |
setCalls(int value)
Sets the value of the ' Calls' attribute |
void |
setCollectedInstances(int value)
Sets the value of the ' Collected Instances' attribute |
void |
setCollectedSize(int value)
Sets the value of the ' Collected Size' attribute |
void |
setCumulativeTime(double value)
Sets the value of the ' Cumulative Time' attribute |
void |
setInheritedBaseTime(double value)
Sets the value of the ' Inherited Base Time' attribute |
void |
setInheritedCalls(int value)
Sets the value of the ' Inherited Calls' attribute |
void |
setInheritedCumulativeTime(double value)
Sets the value of the ' Inherited Cumulative Time' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setParent(TRCPackage value)
Sets the value of the ' Parent' reference |
void |
setProcess(TRCProcess value)
Sets the value of the ' Process' container reference |
void |
setTotalCpuTime(double value)
Sets the value of the ' Total Cpu Time' attribute |
void |
setTotalInstances(int value)
Sets the value of the ' Total Instances' attribute |
void |
setTotalSize(int value)
Sets the value of the ' Total Size' attribute |
| 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 |
public java.lang.String getName()
"Default".
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
The fully qualified name of the package. The dot separated notation is used. This may become more complex once further language-neutrality is added to the model.
setName(String),
TracePackage.getTRCPackage_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()public double getBaseTime()
If the meaning of the 'Base Time' attribute isn't clear, there really should be more of a description here...
Time spent in methods of the owning element
setBaseTime(double),
TracePackage.getTRCPackage_BaseTime()public void setBaseTime(double value)
Base Time' attribute.
value - the new value of the 'Base Time' attribute.getBaseTime()public double getCumulativeTime()
If the meaning of the 'Cumulative Time' attribute isn't clear, there really should be more of a description here...
Time spent in methods of this owning element + all methods called from these methods (but owned by other elements)
setCumulativeTime(double),
TracePackage.getTRCPackage_CumulativeTime()public void setCumulativeTime(double value)
Cumulative Time' attribute.
value - the new value of the 'Cumulative Time' attribute.getCumulativeTime()public int getCalls()
If the meaning of the 'Calls' attribute isn't clear, there really should be more of a description here...
number of calls to the owning element
setCalls(int),
TracePackage.getTRCPackage_Calls()public void setCalls(int value)
Calls' attribute.
value - the new value of the 'Calls' attribute.getCalls()public int getInheritedCalls()
If the meaning of the 'Inherited Calls' attribute isn't clear, there really should be more of a description here...
Number of calls to methods defined in superclasses of classes from the owning element
setInheritedCalls(int),
TracePackage.getTRCPackage_InheritedCalls()public void setInheritedCalls(int value)
Inherited Calls' attribute.
value - the new value of the 'Inherited Calls' attribute.getInheritedCalls()public double getInheritedBaseTime()
If the meaning of the 'Inherited Base Time' attribute isn't clear, there really should be more of a description here...
Time spent in methods defined in superclasses of this classes from the owning element
setInheritedBaseTime(double),
TracePackage.getTRCPackage_InheritedBaseTime()public void setInheritedBaseTime(double value)
Inherited Base Time' attribute.
value - the new value of the 'Inherited Base Time' attribute.getInheritedBaseTime()public double getInheritedCumulativeTime()
If the meaning of the 'Inherited Cumulative Time' attribute isn't clear, there really should be more of a description here...
Time spent in methods of classes from the owning element + all methods called from the methods defined in superclasses of classes from the owning element
setInheritedCumulativeTime(double),
TracePackage.getTRCPackage_InheritedCumulativeTime()public void setInheritedCumulativeTime(double value)
Inherited Cumulative Time' attribute.
value - the new value of the 'Inherited Cumulative Time' attribute.getInheritedCumulativeTime()public int getTotalSize()
If the meaning of the 'Total Size' attribute isn't clear, there really should be more of a description here...
The total size of memory allocated
setTotalSize(int),
TracePackage.getTRCPackage_TotalSize()public void setTotalSize(int value)
Total Size' attribute.
value - the new value of the 'Total Size' attribute.getTotalSize()public int getTotalInstances()
If the meaning of the 'Total Instances' attribute isn't clear, there really should be more of a description here...
Number of instances created
setTotalInstances(int),
TracePackage.getTRCPackage_TotalInstances()public void setTotalInstances(int value)
Total Instances' attribute.
value - the new value of the 'Total Instances' attribute.getTotalInstances()public int getCollectedSize()
If the meaning of the 'Collected Size' attribute isn't clear, there really should be more of a description here...
The total size of memory garbage collected
setCollectedSize(int),
TracePackage.getTRCPackage_CollectedSize()public void setCollectedSize(int value)
Collected Size' attribute.
value - the new value of the 'Collected Size' attribute.getCollectedSize()public int getCollectedInstances()
If the meaning of the 'Collected Instances' attribute isn't clear, there really should be more of a description here...
Number of instances garbage collected
setCollectedInstances(int),
TracePackage.getTRCPackage_CollectedInstances()public void setCollectedInstances(int value)
Collected Instances' attribute.
value - the new value of the 'Collected Instances' attribute.getCollectedInstances()public double getTotalCpuTime()
setTotalCpuTime(double),
TracePackage.getTRCPackage_TotalCpuTime()public void setTotalCpuTime(double value)
Total Cpu Time' attribute.
value - the new value of the 'Total Cpu Time' attribute.getTotalCpuTime()public TRCProcess getProcess()
Packages'.
If the meaning of the 'Process' container reference isn't clear, there really should be more of a description here...
setProcess(TRCProcess),
TracePackage.getTRCPackage_Process(),
TRCProcess.getPackages()public void setProcess(TRCProcess value)
Process' container reference.
value - the new value of the 'Process' container reference.getProcess()public org.eclipse.emf.common.util.EList getClasses()
TRCClass.
It is bidirectional and its opposite is 'Package'.
If the meaning of the 'Classes' containment reference list isn't clear, there really should be more of a description here...
TracePackage.getTRCPackage_Classes(),
TRCClass.getPackage()public org.eclipse.emf.common.util.EList getSubPackages()
TRCPackage.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Sub Packages' reference list isn't clear, there really should be more of a description here...
TracePackage.getTRCPackage_SubPackages(),
getParent()public TRCPackage getParent()
Sub Packages'.
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(TRCPackage),
TracePackage.getTRCPackage_Parent(),
getSubPackages()public void setParent(TRCPackage value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||