| 
 | JTR 5.0 API Documentation | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
jtr.assigner
 package.
See:
          Description
| Class Summary | |
|---|---|
| AbstractParamsAssigner | This class is the base class for all the concrete IParamsAssignerimplementations. | 
| CyclicAssignmentPolicy | This class is the default implementation of the cyclic parameters assignment
 policy. It has to be used only to retrieve concrete IParamsAssignerimplementations providing a cyclic parameters assignment policy. | 
| CyclicParamsAssigner | This class is a concrete IParamsAssignerimplementation
 providing a cyclic parameters assignment policy.This means that should a configured runner have multiple parameters-sets associated with it, this particular assigner would iterate over all the available parameters-set and assign them to the runner following the order in which they compare in the jtr.xmlconfiguration file. | 
| DefaultAssignmentPolicyFactory | This is the default factory used for obtaining instances of IAssignmentPolicy.Once an IAssignmentPolicyconcrete instance has been obtained,
 the actualIParamsAssignercan be instantiated. | 
| IndexedAssignmentPolicy | This class is the default implementation of the indexed parameters assignment
 policy. It has to be used only to retrieve concrete IParamsAssignerimplementations providing an indexed parameters assignment policy. | 
| IndexedParamsAssigner | This class is a concrete IParamsAssignerimplementation
 providing an indexed parameters assignment policy.This means that should a configured runner have multiple parameters-sets associated with it, this particular assigner would provide the i-th runner instance with the i-th mod(n) parameter-set where n is the number of configured parameters-sets.br> Each assignment will be performed at the beginning of each run. | 
Default implementations of the contracts defined in the jtr.assigner
 package.
 
 
 The JTR Project comes by default with two parameters assignment strategies:
 1. a cyclic assignment strategy
 2. an indexed assignment strategy
 
 Both of them inherit from the base AbstractParamsAssigner implementation.
 Even user-defined new assignment strategies should follow this approach.
 
 The DefaultAssignmentPolicyFactory binds the two keywords indexed
 and cyclic you use in the jtr.xml file to their corresponding
 implementation classes.
| 
 | The JTR Project is licensed under GPL version 2 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||