|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.Personalizer
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 |
public Personalizer()
Method Detail |
public abstract void personalize(ParameterVector in, ParameterVector[] out)
in
- the input parameter listout
- the resulting personalized parameter lists
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |