jadex.testcases.semiautomatic
Agent ContainsBeliefTrigger
- agent ContainsBeliefTrigger
ContainsBeliefTrigger Agent
Tests if a goal can be created when a given beliefs exists.
Configuration Summary |
default configuration |
default
|
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
beliefcreator_plan
standard plan beliefcreator_plan()
- Inline plan body code:
getBeliefbase().createBelief("testbelief", String.class, -1);
default
default configuration default
- Initial Plans:
- beliefcreator_plan
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.