|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAssignmentPolicy | |
---|---|
jtr.assigner | This package contains all the interfaces defining the contract standing amongst the JTR runtime and those concrete components in charge of implementing parameters assignment strategies as described in the users' guide available starting form here. |
jtr.assigner.impl | Default implementations of the contracts defined in the jtr.assigner
package. |
jtr.config | Here reside all the basic classes used to compose the object-oriented representation
of a jtr.xml configuration file. |
Uses of IAssignmentPolicy in jtr.assigner |
---|
Methods in jtr.assigner that return IAssignmentPolicy | |
---|---|
IAssignmentPolicy |
IAssignmentPolicyFactory.getInstance(java.lang.String type)
Returns an instance of IAssignmentPolicy according to the
requested type. |
Uses of IAssignmentPolicy in jtr.assigner.impl |
---|
Classes in jtr.assigner.impl that implement IAssignmentPolicy | |
---|---|
class |
CyclicAssignmentPolicy
This class is the default implementation of the cyclic parameters assignment policy. It has to be used only to retrieve concrete IParamsAssigner
implementations providing a cyclic parameters assignment policy. |
class |
IndexedAssignmentPolicy
This class is the default implementation of the indexed parameters assignment policy. It has to be used only to retrieve concrete IParamsAssigner
implementations providing an indexed parameters assignment policy. |
Methods in jtr.assigner.impl that return IAssignmentPolicy | |
---|---|
IAssignmentPolicy |
DefaultAssignmentPolicyFactory.getInstance(java.lang.String type)
Return a concrete instance of the IAssignmentPolicy
interface. |
Uses of IAssignmentPolicy in jtr.config |
---|
Methods in jtr.config that return IAssignmentPolicy | |
---|---|
IAssignmentPolicy |
RunnerConfig.getAssignmetPolicy()
Short-hand method useful to instantiate the concrete IAssignmentPolicy that will handle the parameterization
for this runner configuration. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |