Jadex 0.941

jadex.testcases.plans
Agent BeliefTrigger


agent BeliefTrigger

Test a plan's trigger.

Especially tests the belief (set) triggers, that wait for a belief to change or a fact being added or removed to/from a belief set.


Belief Summary
belief int bel
          
beliefset int belset
          
belief int result
          
 
Plan Summary
standard plan beli()
          
standard plan triggertest()
          
 
Initial State Summary
default initial state  default
          
 

Belief Detail

bel

belief int bel
Default fact:
0

result

belief int result
Default fact:
0

belset

beliefset int belset
Plan Detail

triggertest

standard plan triggertest()
Plan body:
new BeliefIncrementPlan("result")
Belief change trigger
bel
Fact added trigger
belset
Fact removed trigger
belset

beli

standard plan beli()
Plan body:
new BeliefTriggerPlan()
Initial State Detail

default

default initial state default
Initial Plans:
beli

Jadex 0.941

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.