| Package | Description |
|---|---|
| com.rational.test.ft.script |
| Modifier and Type | Method and Description |
|---|---|
WeightedProperty |
WeightedPropertySet.get(java.lang.String property)
Returns the attributes that constitute the supplied
property. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<WeightedProperty> |
WeightedPropertySet.getProperties()
Returns an
Enumeration object for the properties that make up
this set. |
| Modifier and Type | Method and Description |
|---|---|
void |
WeightedPropertySet.add(WeightedProperty property)
Adds the supplied
property to the current set. |
| Constructor and Description |
|---|
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. |