Uses of Interface
org.eclipse.xtend.profiler.profilermodel.Item

Packages that use Item
org.eclipse.xtend.profiler   
org.eclipse.xtend.profiler.profilermodel   
org.eclipse.xtend.profiler.profilermodel.impl   
org.eclipse.xtend.profiler.profilermodel.util   
org.eclipse.xtend.profiler.profilermodel.validation   
 

Uses of Item in org.eclipse.xtend.profiler
 

Methods in org.eclipse.xtend.profiler that return Item
 Item Profiler.getItem(java.lang.String key)
           
 

Uses of Item in org.eclipse.xtend.profiler.profilermodel
 

Methods in org.eclipse.xtend.profiler.profilermodel that return Item
 Item ModelFactory.createItem()
          Returns a new object of class 'Item'.
 Item CallGroup.getInvoker()
          Returns the value of the 'Invoker' reference.
 Item CallGroup.getSubroutine()
          Returns the value of the 'Subroutine' reference.
 

Methods in org.eclipse.xtend.profiler.profilermodel that return types with arguments of type Item
 org.eclipse.emf.common.util.EList<Item> Cycle.getItems()
          Returns the value of the 'Items' reference list.
 org.eclipse.emf.common.util.EList<Item> ProfilingResult.getItems()
          Returns the value of the 'Items' containment reference list.
 org.eclipse.emf.common.util.EList<Item> ProfilingResult.getRootItems()
          Returns the value of the 'Root Items' reference list.
 

Methods in org.eclipse.xtend.profiler.profilermodel with parameters of type Item
 boolean Item.isSameCycle(Item item)
           
 void CallGroup.setInvoker(Item value)
          Sets the value of the 'Invoker' reference.
 void CallGroup.setSubroutine(Item value)
          Sets the value of the 'Subroutine' reference.
 

Uses of Item in org.eclipse.xtend.profiler.profilermodel.impl
 

Classes in org.eclipse.xtend.profiler.profilermodel.impl that implement Item
 class ItemImpl
          An implementation of the model object ' Item'.
 

Fields in org.eclipse.xtend.profiler.profilermodel.impl declared as Item
protected  Item CallGroupImpl.invoker
          The cached value of the 'Invoker' reference.
protected  Item CallGroupImpl.subroutine
          The cached value of the 'Subroutine' reference.
 

Fields in org.eclipse.xtend.profiler.profilermodel.impl with type parameters of type Item
protected  org.eclipse.emf.common.util.EList<Item> CycleImpl.items
          The cached value of the 'Items' reference list.
protected  org.eclipse.emf.common.util.EList<Item> ProfilingResultImpl.items
          The cached value of the 'Items' containment reference list.
 

Methods in org.eclipse.xtend.profiler.profilermodel.impl that return Item
 Item CallGroupImpl.basicGetInvoker()
           
 Item CallGroupImpl.basicGetSubroutine()
           
 Item ModelFactoryImpl.createItem()
           
 Item CallGroupImpl.getInvoker()
           
 Item CallGroupImpl.getSubroutine()
           
 

Methods in org.eclipse.xtend.profiler.profilermodel.impl that return types with arguments of type Item
 org.eclipse.emf.common.util.EList<Item> CycleImpl.getItems()
           
 org.eclipse.emf.common.util.EList<Item> ProfilingResultImpl.getItems()
           
 org.eclipse.emf.common.util.EList<Item> ProfilingResultImpl.getRootItems()
           
 

Methods in org.eclipse.xtend.profiler.profilermodel.impl with parameters of type Item
 org.eclipse.emf.common.notify.NotificationChain CallGroupImpl.basicSetInvoker(Item newInvoker, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CallGroupImpl.basicSetSubroutine(Item newSubroutine, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean ItemImpl.isSameCycle(Item item)
           
 void CallGroupImpl.setInvoker(Item newInvoker)
           
 void CallGroupImpl.setSubroutine(Item newSubroutine)
           
 

Uses of Item in org.eclipse.xtend.profiler.profilermodel.util
 

Methods in org.eclipse.xtend.profiler.profilermodel.util with parameters of type Item
 T ModelSwitch.caseItem(Item object)
          Returns the result of interpreting the object as an instance of 'Item'.
 

Uses of Item in org.eclipse.xtend.profiler.profilermodel.validation
 

Methods in org.eclipse.xtend.profiler.profilermodel.validation with parameters of type Item
 boolean CallGroupValidator.validateInvoker(Item value)
           
 boolean CallGroupValidator.validateSubroutine(Item value)
           
 

Method parameters in org.eclipse.xtend.profiler.profilermodel.validation with type arguments of type Item
 boolean CycleValidator.validateItems(org.eclipse.emf.common.util.EList<Item> value)
           
 boolean ProfilingResultValidator.validateItems(org.eclipse.emf.common.util.EList<Item> value)
           
 boolean ProfilingResultValidator.validateRootItems(org.eclipse.emf.common.util.EList<Item> value)