Jadex 0.96

jadex.testcases.plans
Agent PlanParameters

jadex.testcases.plans.PlanParameters
  • jadex.planlib.Test

  • agent PlanParameters
    contains jadex.planlib.Test


    Agent arguments: timeout
    timeout long
    , testcenter
    testcenter AgentIdentifier

    Test plan parameters.

    Tests, if declared plan parameters can be read and written from a plan.


    Belief Summary
    beliefsetref TestReport reports
              
    beliefref int testcase_cnt
              
    exported beliefref AgentIdentifier testcenter
              
    exported beliefref long timeout
              
     
    Plan Summary
    standard plan tester(String in1, String in2, String inout1, String inout2, String out1)
              
     
    Configuration Summary
    default configuration  default
              
     

    Belief Detail

    testcase_cnt

    beliefref int testcase_cnt
    Default fact:
    1
    Referenced from:
    testcase_cnt in capability jadex.planlib.Test

    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

    tester

    standard plan tester(String in1, 
                        String in2, 
                        String inout1, 
                        String inout2, 
                        String out1)
    Parameters:
    in parameter in1 Default value:  "default"
    in parameter in2 Default value:  "default"
    inout parameter inout1 Default value:  "default"
    inout parameter inout2 Default value:  "default"
    out parameter out1 Default value:  "default"
    Plan body:
    new ParameterPlan()
    Configuration Detail

    default

    default configuration default
    Initial Beliefs:
    testcase_cnt Initial value:  1
    Initial Plans:
    tester (in1="initial"
    , inout1="initial"
    )

    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.