jmadem
Class get_utility_weight

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

public class get_utility_weight
extends DefaultInternalAction

Internal function for getting weight being applied to a certain utility function.

Use:
jmadem.get_utility_weight(UName, Weight)

Author:
Francisco Grimaldo

Field Summary
(package private)  java.util.logging.Logger logger
           
private static long serialVersionUID
           
 
Constructor Summary
get_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

get_utility_weight

public get_utility_weight()
Method Detail

execute

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