MUM.initService
Interface IDecisionMakerClientMoveEnabled

All Superinterfaces:
IDecisionMaker, IDecisionMakerBase

public interface IDecisionMakerClientMoveEnabled
extends IDecisionMakerBase

This is the interface of a generic DecisionMaker


Method Summary
 Plan moveToPlace(java.lang.String key)
          This method requires a plan for the movement of the client.
 
Methods inherited from interface MUM.initService.IDecisionMaker
getPlanForNomadicSwitch, getPlanForPresentation, init
 

Method Detail

moveToPlace

public Plan moveToPlace(java.lang.String key)
This method requires a plan for the movement of the client.

Parameters:
key - the key for that identifies the target place of the moment in the client profile
Returns:
the plan to execute the movement of the client, null if there was any problem, in that case a message error is printed to the out


Copyright © 2004 Luca Foschini