jmadem
Class set_utility_weight

java.lang.Object
  extended by DefaultInternalAction
      extended by jmadem.set_utility_weight

public class set_utility_weight
extends DefaultInternalAction

Internal function for changing an utility weight of the MADeM agent.

Use:
jmadem.set_utility_weight(UtilityName, Weight)

Author:
Francisco Grimaldo

Field Summary
(package private)  java.util.logging.Logger logger
           
private static long serialVersionUID
           
 
Constructor Summary
set_utility_weight()
           
 
Method Summary
 java.lang.Object execute(TransitionSystem ts, Unifier un, Term[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

logger

java.util.logging.Logger logger
Constructor Detail

set_utility_weight

public set_utility_weight()
Method Detail

execute

public java.lang.Object execute(TransitionSystem ts,
                                Unifier un,
                                Term[] args)
                         throws java.lang.Exception
Throws:
java.lang.Exception