Public APIs for evaluate results
The public APIs contain the public interfaces and classes
that you can use to extend the evaluate results functionality.
The following table lists the public packages:
Package | Description |
---|---|
com.ibm.rational.test.lt.execution.results.data | Contains the IStatModelFacade interface used to access and modify the performance testing statistical model. |
com.ibm.rational.test.lt.execution.results.data.aggregation | Contains the aggregation classes used to aggregate statistical data in real time. |
com.ibm.rational.test.lt.execution.results.data.aggregation.aggregators | Contains the aggregator classes that aggregate statistical data in real time and place the newly calculated data on the host which contains the aggregators dependency data. |
com.ibm.rational.test.lt.execution.results.data.aggregation.transferaggregators | Contains the aggregator classes that aggregate statistical data based on data from all hosts in the resultset. Data calculated by these aggregators is placed in the “All Hosts� host. |
com.ibm.rational.test.lt.execution.results.internal.actions | Contains the PostRunReportGenerator interface that is specified in the extension point RPTReport. Post Report generators are used to calculate statistical data after a run has completed. |
com.ibm.rational.test.lt.execution.results.view.data.stringtranslator | Contains the IRPTStatStringTranslator interface extended by the implementors of the com.ibm.rational.test.lt.execution.results.StatisticalStringTranslator class. String translators are used to localize strings contained in the statistical model. |