ibis.gmi
Class Personalizer

java.lang.Object
  extended byibis.gmi.Personalizer

public abstract class Personalizer
extends java.lang.Object

The Personalizer class provides a base class for parameter personalizers. A parameter personalizer is used to split the parameter set of a method invocation into several, personalized, sets of parameters.


Constructor Summary
Personalizer()
           
 
Method Summary
abstract  void personalize(ParameterVector in, ParameterVector[] out)
          Splits the specified list of parameters, and writes them into the specified array of parameter lists.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Personalizer

public Personalizer()
Method Detail

personalize

public abstract void personalize(ParameterVector in,
                                 ParameterVector[] out)
Splits the specified list of parameters, and writes them into the specified array of parameter lists.

Parameters:
in - the input parameter list
out - the resulting personalized parameter lists


The Ibis project