org.eclipse.xtend.profiler.profilermodel
Interface ProfilingResult

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

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

A representation of the model object 'Profiling Result'.

The following features are supported:

See Also:
ModelPackage.getProfilingResult()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<Cycle> getCycles()
          Returns the value of the 'Cycles' containment reference list.
 org.eclipse.emf.common.util.EList<Item> getItems()
          Returns the value of the 'Items' containment reference list.
 org.eclipse.emf.common.util.EList<Item> getRootItems()
          Returns the value of the 'Root Items' reference list.
 long getTime()
          Returns the value of the 'Time' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getItems

org.eclipse.emf.common.util.EList<Item> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of type Item.

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

Returns:
the value of the 'Items' containment reference list.
See Also:
ModelPackage.getProfilingResult_Items()
EMF generated code
EMF model element
containment="true"

getTime

long getTime()
Returns the value of the 'Time' attribute. The default value is "0".

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

Returns:
the value of the 'Time' attribute.
See Also:
ModelPackage.getProfilingResult_Time()
EMF generated code
EMF model element
default="0" transient="true" changeable="false" volatile="true"

getCycles

org.eclipse.emf.common.util.EList<Cycle> getCycles()
Returns the value of the 'Cycles' containment reference list. The list contents are of type Cycle.

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

Returns:
the value of the 'Cycles' containment reference list.
See Also:
ModelPackage.getProfilingResult_Cycles()
EMF generated code
EMF model element
containment="true"

getRootItems

org.eclipse.emf.common.util.EList<Item> getRootItems()
Returns the value of the 'Root Items' reference list. The list contents are of type Item.

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

Returns:
the value of the 'Root Items' reference list.
See Also:
ModelPackage.getProfilingResult_RootItems()
EMF generated code
EMF model element
transient="true" changeable="false" volatile="true"