Jadex 0.96

jadex.testcases.plans
Agent PlanTermination

jadex.testcases.plans.PlanTermination
  • jadex.planlib.Test

  • agent PlanTermination
    contains jadex.planlib.Test


    Agent arguments: testcenter
    testcenter AgentIdentifier

    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
              
    beliefsetref TestReport reports
              
    exported beliefref AgentIdentifier testcenter
              
    exported beliefref long timeout
              
     
    Plan Summary
    standard plan switcher()
              
    standard plan worker()
              
     
    Configuration Summary
    default configuration  default
              
     

    Belief Detail

    context

    belief boolean context
    Default fact:
    true

    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 TestReport reports
    Referenced from:
    reports in capability jadex.planlib.Test
    Plan Detail

    worker

    standard plan worker()
    Plan body:
    new ContextPlan()

    switcher

    standard plan switcher()
    Plan body:
    new ResultPlan(200, true, new Boolean(false), "context")
    Configuration Detail

    default

    default configuration default
    Initial Plans:
    worker
    switcher

    Jadex 0.96

    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.