Package rjs.jia
Class log_beliefs
- java.lang.Object
-
- jason.asSemantics.DefaultInternalAction
-
- rjs.jia.log_beliefs
-
- All Implemented Interfaces:
jason.asSemantics.InternalAction
,java.io.Serializable
public class log_beliefs extends jason.asSemantics.DefaultInternalAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.logging.Logger
logger
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description log_beliefs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute(jason.asSemantics.TransitionSystem ts, jason.asSemantics.Unifier un, jason.asSyntax.Term[] args)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
logger
private java.util.logging.Logger logger
-
-
Method Detail
-
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 interfacejason.asSemantics.InternalAction
- Overrides:
execute
in classjason.asSemantics.DefaultInternalAction
- Throws:
java.lang.Exception
-
-