IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Class
com.rational.test.ft.script.WeightedProperty

Packages that use WeightedProperty
com.rational.test.ft.script   
 

Uses of WeightedProperty in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return WeightedProperty
 WeightedProperty WeightedPropertySet.get(java.lang.String property)
          Returns the attributes that constitute the supplied property.
 

Methods in com.rational.test.ft.script that return types with arguments of type WeightedProperty
 java.util.Enumeration<WeightedProperty> WeightedPropertySet.getProperties()
          Returns an Enumeration object for the properties that make up this set.
 

Methods in com.rational.test.ft.script with parameters of type WeightedProperty
 void WeightedPropertySet.add(WeightedProperty property)
          Adds the supplied property to the current set.
 

Constructor parameters in com.rational.test.ft.script with type arguments of type WeightedProperty
WeightedPropertySet(java.util.Hashtable<java.lang.String,WeightedProperty> properties, int weight)
          Creates a property set containing the specified set of property key/value pairs, all with the same weight associated with them.