Jadex 0.96

jadex.testcases.semiautomatic
Agent ContainsBeliefTrigger


agent ContainsBeliefTrigger

ContainsBeliefTrigger Agent

Tests if a goal can be created when a given beliefs exists.


Goal Summary
achievegoal testgoal()
          
 
Plan Summary
standard plan beliefcreator_plan()
          
 
Configuration Summary
default configuration  default
          
 

Goal Detail

testgoal

achievegoal testgoal()
BDI flags:
retry: true
retry delay: 0
exclude: when_tried
random selection: false
post to all: false
Creation Condition:
$beliefbase.containsBelief("testbelief") || $beliefbase.testbelief!=null
Plan Detail

beliefcreator_plan

standard plan beliefcreator_plan()
Inline plan body code:
getBeliefbase().createBelief("testbelief", String.class, -1);
Configuration Detail

default

default configuration default
Initial Plans:
beliefcreator_plan

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.