jadex.testcases.beliefs
Agent UpdatingBelief
jadex.testcases.beliefs.UpdatingBelief
jadex.planlib.Test
- agent UpdatingBelief
- contains jadex.planlib.Test
Agent arguments: testcenter- testcenter AgentIdentifier
Test Auto Update Belief Agent.
This agent has three beliefs:
The time belief represents the actual time and
is evaluated every second. It uses the dateformat
belief to determine its output format.
The counter belief shows how a self-
referencing belief can be used.
Use BDIViewer to see how the belief changes.
Plan Summary |
standard plan |
tester()
|
Configuration Summary |
default configuration |
default
|
dateformat
belief DateFormat dateformat
- Date format to show the time in hours:mins:secs.
- Default fact:
new SimpleDateFormat("HH:mm:ss")
time
belief String time
- The current time formatted as string.
- Update rate:
- 500 ms
- Default fact: (dynamic)
$beliefbase.dateformat.format(new Date())
timeout
exported beliefref long timeout
- Default fact:
0
- Referenced from:
timeout
in capability jadex.planlib.Test
testcenter
exported beliefref AgentIdentifier testcenter
- Referenced from:
testcenter
in capability jadex.planlib.Test
reports
beliefsetref reports
- Referenced from:
reports
in capability jadex.planlib.Test
tester
standard plan tester()
- Plan body:
default
default configuration 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-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.