Class JadeAgArch.JasonTSReasoner

java.lang.Object
jade.core.behaviours.Behaviour
jade.core.behaviours.SimpleBehaviour
jade.core.behaviours.CyclicBehaviour
jason.infra.jade.JadeAgArch.JasonTSReasoner
All Implemented Interfaces:
jade.util.leap.Serializable, java.io.Serializable
Enclosing class:
JadeAgArch

class JadeAgArch.JasonTSReasoner
extends jade.core.behaviours.CyclicBehaviour
  • Nested Class Summary

    Nested classes/interfaces inherited from class jade.core.behaviours.Behaviour

    jade.core.behaviours.Behaviour.RunnableChangedEvent
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) TransitionSystem ts  

    Fields inherited from class jade.core.behaviours.Behaviour

    myAgent, myEvent, NOTIFY_DOWN, NOTIFY_UP, parent, STATE_BLOCKED, STATE_READY, STATE_RUNNING
  • Constructor Summary

    Constructors
    Constructor Description
    JasonTSReasoner()  
  • Method Summary

    Modifier and Type Method Description
    void action()  

    Methods inherited from class jade.core.behaviours.CyclicBehaviour

    done

    Methods inherited from class jade.core.behaviours.SimpleBehaviour

    reset

    Methods inherited from class jade.core.behaviours.Behaviour

    actionWrapper, block, block, getAgent, getBehaviourName, getDataStore, getExecutionState, getParent, getRestartCounter, handle, handleBlockEvent, handleRestartEvent, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionState

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • JasonTSReasoner

      JasonTSReasoner()
  • Method Details

    • action

      public void action()
      Specified by:
      action in class jade.core.behaviours.Behaviour