Package rjs.jia

Class 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)  
      • Methods inherited from class jason.asSemantics.DefaultInternalAction

        canBeUsedInContext, checkArguments, destroy, getMaxArgs, getMinArgs, prepareArguments, suspendIntention
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        private java.util.logging.Logger logger
    • Constructor Detail

      • log_beliefs

        public log_beliefs()
    • 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 interface jason.asSemantics.InternalAction
        Overrides:
        execute in class jason.asSemantics.DefaultInternalAction
        Throws:
        java.lang.Exception