jadex.testcases.plans
Agent PlanTermination
- agent PlanTermination
 
This agent tests plan termination.
 todo: fix me?
 Problem: A plan has a context condition and waits
   internally on a similar condition. Both conditions
   trigger. The ProcessEventAction is executed even
   though the plan is/will be cleaned up. Produces
   an event not handled warning.
| Belief Summary | 
| belief boolean  | context
 | 
 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
context
belief boolean context
- 
- Default fact:
- true
 
worker
standard plan worker()
- 
- Plan body:
- new ContextPlan()
 
switcher
standard plan switcher()
- 
- Plan body:
- new ContextSwitchPlan()
 
default
default initial state default
- 
- Initial Plans:
- worker- switcher
 
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.