Class SimpleBehaviour

    • Constructor Detail

      • SimpleBehaviour

        public SimpleBehaviour()
        Default constructor. It does not set the owner agent for this behaviour.
      • SimpleBehaviour

        public SimpleBehaviour​(Agent a)
        This constructor sets the owner agent for this behaviour.
        Parameters:
        a - The agent this behaviour belongs to.
    • Method Detail

      • reset

        public void reset()
        Resets a SimpleBehaviour.
        Overrides:
        reset in class Behaviour