| Package | Description | 
|---|---|
| jadex.bdi.runtime | |
| jadex.bdi.runtime.interpreter | |
| jadex.bdibpmn | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IPlanExecutor.cleanup(BDIInterpreter interpreter,
       Object rplan)
Cleanup after plan execution. 
 | 
Object | 
IPlanExecutor.createPlanBody(BDIInterpreter interpreter,
              Object rplan,
              Object rcapability)
Create the body of a plan. 
 | 
void | 
IPlanExecutor.eventWaitFor(BDIInterpreter interpreter,
            Object rplan)
Block a plan until an event matching the wait abstraction occurs. 
 | 
boolean | 
IPlanExecutor.executeAbortedStep(BDIInterpreter interpreter,
                  Object rplan)
Execute a step of the plans aborted() code. 
 | 
boolean | 
IPlanExecutor.executeFailedStep(BDIInterpreter interpreter,
                 Object rplan)
Execute a step of the plans failed() code. 
 | 
boolean | 
IPlanExecutor.executePassedStep(BDIInterpreter interpreter,
                 Object rplan)
Execute a step of the plans passed() code. 
 | 
boolean | 
IPlanExecutor.executePlanStep(BDIInterpreter interpreter,
               Object rcapability,
               Object rplan)
Execute a step of a plan. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BDIInterpreter | 
BDIInterpreter.getInterpreter(jadex.rules.state.IOAVState state)
Get the interpreter for an agent object. 
 | 
| Constructor and Description | 
|---|
InterpreterTimedObject(BDIInterpreter interpreter,
                      CheckedAction action)
Create a new timed object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BDIInterpreter | 
BpmnPlanBodyInstance.getInterpreter()
Get the state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BpmnPlanExecutor.cleanup(BDIInterpreter interpreter,
       Object rplan)
Called on termination of a plan. 
 | 
Object | 
BpmnPlanExecutor.createPlanBody(BDIInterpreter interpreter,
              Object rcapability,
              Object rplan)
Create the body of a plan. 
 | 
void | 
BpmnPlanExecutor.eventWaitFor(BDIInterpreter interpreter,
            Object rplan)
Block a plan until an event matching the wait abstraction occurs. 
 | 
boolean | 
BpmnPlanExecutor.executeAbortedStep(BDIInterpreter interpreter,
                  Object rplan)
Execute a step of the plans aborted() code. 
 | 
boolean | 
BpmnPlanExecutor.executeFailedStep(BDIInterpreter interpreter,
                 Object rplan)
Execute a step of the plans failed() code. 
 | 
boolean | 
BpmnPlanExecutor.executePassedStep(BDIInterpreter interpreter,
                 Object rplan)
Execute a step of the plans passed() code. 
 | 
boolean | 
BpmnPlanExecutor.executePlanStep(BDIInterpreter interpreter,
               Object rcapability,
               Object rplan)
Execute a step of a plan. 
 | 
boolean | 
BpmnPlanExecutor.executeStep(BDIInterpreter interpreter,
           Object rcapa,
           Object rplan,
           String steptype)
Execute a step of a BPMN plan. 
 | 
| Constructor and Description | 
|---|
BpmnPlanBodyInstance(jadex.bpmn.model.MBpmnModel model,
                    BDIInterpreter interpreter,
                    Object rcapa,
                    Object rplan)
Create a new BPMN process instance using default handler. 
 | 
Copyright © 2013. All Rights Reserved.