jadex.testcases.plans
Agent InlinePlan
- agent InlinePlan
Test an inline plan.
Note: This test does not work without the expression
compiler add-on.
Inline plans have an inline plan body, which means
that they directly contain the body code.
Inline plans should be used for simple plans only.
Plan Summary |
standard plan |
test()
|
Initial State Summary |
default initial state |
default
|
test
standard plan test()
- Inline plan body code:
System.out.println("Inline plan started: "+this);
waitFor(1000);
System.out.println("Inline plan end: "+this);
- Inline plan passed code:
System.out.println("Passed: "+this);
- Inline plan failed code:
System.out.println("Failed: "+this);
- Inline plan aborted code:
System.out.println("Aborted: "+this);
default
default initial state default
- Initial Plans:
- test
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.