jadex.testcases.goals
Agent PerformGoal
- agent PerformGoal
 
Test a perform goal.
 The perform goal continuously trigger a plan.
 
| Plan Summary | 
| standard plan  | myplan()
 | 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
myperformgoal
performgoal myperformgoal()
- 
- BDI flags:
- retry: true- retry delay: 1000- exclude: never- random selection: false- meta-level reasoning: true- post to all: false
 
myplan
standard plan myplan()
- 
- Plan body:
- new ResultPlan("hello")
- Goal Trigger:
- myperformgoal
 
default
default initial state default
- 
- Initial Goals:
- myperformgoal
 
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-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.