IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.trace.model
Interface LTTAnnotationContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

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

A representation of the model object 'Load test Trace Annotation Container'. The container of all parameter annotation values and also of the Map entries (key=TRCMethodInvocation, value=list of LTTAnnotationValue). The instances of this class will be root objects in resources with trciovxmi extension.

The following features are supported:


Method Summary
 org.eclipse.emf.common.util.EMap getEntries()
          Returns the value of the 'Entries' map.
 
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

getEntries

org.eclipse.emf.common.util.EMap getEntries()
Returns the value of the 'Entries' map. The key is of type TRCMethodInvocation, and the value is of type list of LTTAnnotationValue,

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

Returns:
the value of the 'Entries' map.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.