JTR 5.0 API Documentation

jtr.assigner.impl
Class IndexedAssignmentPolicy

java.lang.Object
  extended by jtr.assigner.impl.IndexedAssignmentPolicy
All Implemented Interfaces:
IAssignmentPolicy

public class IndexedAssignmentPolicy
extends java.lang.Object
implements IAssignmentPolicy

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.

Since:
1.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)

Constructor Summary
IndexedAssignmentPolicy()
          Default constructor.
 
Method Summary
 IParamsAssigner getAssigner()
          Return the concrete IParamsAssigner implementation providing an indexed parameters assignment policy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedAssignmentPolicy

public IndexedAssignmentPolicy()
Default constructor.

Method Detail

getAssigner

public IParamsAssigner getAssigner()
Return the concrete IParamsAssigner implementation providing an indexed parameters assignment policy.

Specified by:
getAssigner in interface IAssignmentPolicy
Returns:
IParamsAssigner

The JTR Project is licensed under GPL version 2