jadex.testcases.goals
Agent GoalBindings
- agent GoalBindings
 
Test the creation and deletion conditions of goals.
| Belief Summary | 
| belief boolean  | create
 | 
 
| Goal Summary | 
| performgoal  | test(int num)
 | 
 
| Plan Summary | 
| standard plan  | printer(int num)
 | 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
create
belief boolean create
- 
- Default fact:
- false
 
test
performgoal test(int num)
- 
- Parameters:
- in parameter numDefault value:0
- BDI flags:
- retry: true- retry delay: 0- exclude: when_tried- random selection: false- meta-level reasoning: true- post to all: false
- Creation Condition:
- 
 				$beliefbase.create
 			
 
printer
standard plan printer(int num)
- 
- Parameters:
- in parameter numDefault value:0(goal mappings: test.num)
- Plan body:
- new ResultPlan(""+$plan.num)
- Goal Trigger:
- test
 
default
default initial state default
- 
- Initial Goals:
- test
 
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.