jadex.testcases.plans
Agent MicroPlanStepExecution
- agent MicroPlanStepExecution
 
Test the micro-plan step execution of plans.
 
 Micro plan step agent; tests the micro plan step execution of a plan.
| Belief Summary | 
| belief boolean  | a
 | 
| belief boolean  | b
 | 
 
 
| Initial State Summary | 
| default initial state  | default
 | 
 
a
belief boolean a
- 
- Default fact:
- false
 
b
belief boolean b
- 
- Default fact:
- false
 
tester
standard plan tester()
- 
- Plan body:
- new MicroStepPlan()
 
triggered_a
standard plan triggered_a()
- 
- Plan body:
- new ResultPlan("triggered a")
- Condition
- $beliefbase.a
 
triggered_b
standard plan triggered_b()
- 
- Plan body:
- new ResultPlan("triggered b")
- Condition
- $beliefbase.b
 
triggered_ab
standard plan triggered_ab()
- 
- Plan body:
- new ResultPlan("triggered a and b")
- Condition
- $beliefbase.a && $beliefbase.b
 
default
default initial state default
- 
- Initial Plans:
- tester
 
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.