org.eclipse.xtend.profiler.profilermodel
Interface CallGroup

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

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

A representation of the model object 'Call Group'.

The following features are supported:

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

Method Summary
 int getCount()
          Returns the value of the 'Count' attribute.
 Item getInvoker()
          Returns the value of the 'Invoker' reference.
 Item getSubroutine()
          Returns the value of the 'Subroutine' reference.
 long getTime()
          Returns the value of the 'Time' attribute.
 void setCount(int value)
          Sets the value of the 'Count' attribute.
 void setInvoker(Item value)
          Sets the value of the 'Invoker' reference.
 void setSubroutine(Item value)
          Sets the value of the 'Subroutine' reference.
 void setTime(long value)
          Sets 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

getInvoker

Item getInvoker()
Returns the value of the 'Invoker' reference. It is bidirectional and its opposite is 'Subroutines'.

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

Returns:
the value of the 'Invoker' reference.
See Also:
setInvoker(Item), ModelPackage.getCallGroup_Invoker(), Item.getSubroutines()
EMF generated code
EMF model element
opposite="Subroutines"

setInvoker

void setInvoker(Item value)
Sets the value of the 'Invoker' reference.

Parameters:
value - the new value of the 'Invoker' reference.
See Also:
getInvoker()
EMF generated code

getSubroutine

Item getSubroutine()
Returns the value of the 'Subroutine' reference. It is bidirectional and its opposite is 'Invocations'.

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

Returns:
the value of the 'Subroutine' reference.
See Also:
setSubroutine(Item), ModelPackage.getCallGroup_Subroutine(), Item.getInvocations()
EMF generated code
EMF model element
opposite="invocations"

setSubroutine

void setSubroutine(Item value)
Sets the value of the 'Subroutine' reference.

Parameters:
value - the new value of the 'Subroutine' reference.
See Also:
getSubroutine()
EMF generated code

getCount

int getCount()
Returns the value of the 'Count' attribute.

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

Returns:
the value of the 'Count' attribute.
See Also:
setCount(int), ModelPackage.getCallGroup_Count()
EMF generated code
EMF model element

setCount

void setCount(int value)
Sets the value of the 'Count' attribute.

Parameters:
value - the new value of the 'Count' attribute.
See Also:
getCount()
EMF generated code

getTime

long getTime()
Returns the value of the 'Time' attribute.

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:
setTime(long), ModelPackage.getCallGroup_Time()
EMF generated code
EMF model element

setTime

void setTime(long value)
Sets the value of the 'Time' attribute.

Parameters:
value - the new value of the 'Time' attribute.
See Also:
getTime()
EMF generated code