jmadem
Class set_personal_weights
java.lang.Object
jason.asSemantics.DefaultInternalAction
jmadem.set_personal_weights
- All Implemented Interfaces:
- jason.asSemantics.InternalAction, java.io.Serializable
public class set_personal_weights
- extends jason.asSemantics.DefaultInternalAction
Internal function for changing the personal weights of the MADeM agent.
Use:
jmadem.set_personal_weights([ [AgentName, Weight] | ListOfPairs ])
- Author:
- Francisco Grimaldo
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
execute(jason.asSemantics.TransitionSystem ts,
jason.asSemantics.Unifier un,
jason.asSyntax.Term[] args)
|
Methods inherited from class jason.asSemantics.DefaultInternalAction |
canBeUsedInContext, checkArguments, getMaxArgs, getMinArgs, suspendIntention |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
logger
java.util.logging.Logger logger
set_personal_weights
public set_personal_weights()
execute
public java.lang.Object execute(jason.asSemantics.TransitionSystem ts,
jason.asSemantics.Unifier un,
jason.asSyntax.Term[] args)
throws java.lang.Exception
- Specified by:
execute
in interface jason.asSemantics.InternalAction
- Overrides:
execute
in class jason.asSemantics.DefaultInternalAction
- Throws:
java.lang.Exception