be.ac.ucl.poms.repository.model
Class UpdateIGPWeightsAction
java.lang.Object
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)
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 |
IGPWeights
protected double[] IGPWeights
UpdateIGPWeightsAction
public UpdateIGPWeightsAction(Domain domain,
double[] IGPWeights)
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.