Jadex 0.96

jadex.examples.hunterprey.environment
Agent Observer

jadex.examples.hunterprey.environment.Observer
  • jadex.examples.hunterprey.creature.actsense.Creature
  • jadex.planlib.DF
  • jadex.planlib.Protocols

  • agent Observer
    contains Creature

    An observer agent allows to view an environment.


    Belief Summary
    belief ObserverGui gui
               The gui.
    belief String highscore
               The location of the highscore.
    belief Creature my_self
               The creature
    beliefref vision
               The current vision.
     

    Belief Detail

    my_self

    belief Creature my_self
    The creature

    Default fact:
    new Observer($agent.getName(), (AgentIdentifier)$agent.getAgentIdentifier(), new Location(0,0))
    Assign to:
    my_self in capability Creature

    highscore

    belief String highscore
    The location of the highscore.

    Default fact:
    "highscore.dmp"

    gui

    belief ObserverGui gui
    The gui.

    Default fact:
    new ObserverGui($agent.getExternalAccess())

    vision

    beliefref  vision
    The current vision.

    Referenced from:
    vision in capability Creature

    Jadex 0.96

    Submit a bug or feature
    For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

    Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.