org.eclipse.xtend.profiler.profilermodel
Interface Callable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Cycle, Item
All Known Implementing Classes:
CallableImpl, CycleImpl, ItemImpl

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

A representation of the model object 'Callable'.

The following features are supported:

See Also:
ModelPackage.getCallable()
EMF generated code
EMF model element
abstract="true"

Method Summary
 long getChildTime()
          Returns the value of the 'Child Time' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 long getOutboundChildTime()
          Returns the value of the 'Outbound Child Time' attribute.
 long getSelfTime()
          Returns the value of the 'Self Time' attribute.
 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
ModelPackage.getCallable_Name()
EMF generated code
EMF model element
transient="true" changeable="false" volatile="true" derived="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.getCallable_Time()
EMF generated code
EMF model element
default="0" transient="true" changeable="false" volatile="true" derived="true"

getChildTime

long getChildTime()
Returns the value of the 'Child Time' attribute.

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

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

getSelfTime

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

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

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

getOutboundChildTime

long getOutboundChildTime()
Returns the value of the 'Outbound Child Time' attribute.

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

Returns:
the value of the 'Outbound Child Time' attribute.
See Also:
ModelPackage.getCallable_OutboundChildTime()
EMF generated code
EMF model element
unique="false" transient="true" changeable="false" volatile="true" derived="true"