.
 Setting this belief to false (with the BDI-Viewer)
 results in the achieve goal suspension.
 
| Goal Summary | 
| achievegoal  | cnt()
 | 
 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
count
belief int count
- 
- Default fact:
- 0
 
mycontext
belief boolean mycontext
- 
- Default fact:
- true
 
myfailure
belief boolean myfailure
- 
- Default fact:
- false
 
cnt
achievegoal cnt()
- 
- BDI flags:
- retry: true- retry delay: 0- exclude: never- random selection: false- meta-level reasoning: true- post to all: false
- Context Condition:
- 
 				$beliefbase.mycontext
 			
- Failure Condition:
- 
 				$beliefbase.myfailure
 			
- Target Condition:
- 
 				$beliefbase.count==20
 			
 
increment
standard plan increment()
- 
- Plan body:
- new BeliefIncrementPlan("count", 1, 1000)
- Goal Trigger:
- cnt
 
default
default initial state default
- 
- Initial Goals:
- cnt
 
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.