be.ac.ucl.poms.repository.model
Class UpdateIGPWeightsAction

java.lang.Object
  extended by be.ac.ucl.poms.repository.model.UpdateIGPWeightsAction
All Implemented Interfaces:
TotemAction

public class UpdateIGPWeightsAction
extends java.lang.Object
implements TotemAction

Action returned by IGP WO, updates all IGP weights accordingly Implements the actions for IGP-WO

Creation date: 1-Jan-2005

Author:
Olivier Delcourt (delcourt@run.montefiore.ulg.ac.be)

Field Summary
protected  double[] IGPWeights
           
 
Constructor Summary
UpdateIGPWeightsAction(Domain domain, double[] IGPWeights)
           
 
Method Summary
 void execute()
          This method must be implemented by each action.
 double[] getWeights()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGPWeights

protected double[] IGPWeights
Constructor Detail

UpdateIGPWeightsAction

public UpdateIGPWeightsAction(Domain domain,
                              double[] IGPWeights)
Method Detail

getWeights

public double[] getWeights()

execute

public void execute()
Description copied from interface: TotemAction
This method must be implemented by each action. This method contains what must be done to process the action.

Specified by:
execute in interface TotemAction


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.