IBM Rational Performance Tester TES

com.ibm.rational.test.lt.kernel.statistics
Interface IText

All Superinterfaces:
IStatTree

public interface IText
extends IStatTree

The IText interface is used for text based statistical counters.

Statistical counters that do not fit any of the other counter types can be created as type TEXT. IBM Rational Performance Tester assumes no meaning for TEXT counters, but collects them in the performance test results.


Method Summary
 void setText(String text)
          Sets the string value of the the counter.
 
Methods inherited from interface com.ibm.rational.test.lt.kernel.statistics.IStatTree
getAverage, getAverage, getDistribution, getDistribution, getRange, getRange, getRate, getRate, getScalar, getScalar, getStat, getStatic, getStatic, getStructure, getStructure, getText, getText, getVerificationPoint, getVerificationPoint, makeDefinition, makeObservation, setDescription
 

Method Detail

setText

void setText(String text)
Sets the string value of the the counter.

Parameters:
text - the value for the counter.

IBM Rational Performance Tester TES

© Copyright IBM Corp. 2012. All rights reserved.