Package | Description |
---|---|
jadex.bdi.runtime | |
jadex.bdi.runtime.interpreter | |
jadex.bdibpmn | |
jadex.bpmn.runtime | |
jadex.bridge |
This package contains the interfaces of the adapter layer,
which is used to establish a connection between the Jadex runtime
system and an underlying platform.
|
jadex.bridge.service | |
jadex.bridge.service.component | |
jadex.micro |
Modifier and Type | Method and Description |
---|---|
IServiceContainer |
ICapability.getServiceContainer()
Get the container
|
Modifier and Type | Method and Description |
---|---|
IServiceContainer |
BDIInterpreter.createServiceContainer()
Create the service container.
|
IServiceContainer |
BDIInterpreter.getServiceContainer()
Create the service container.
|
Modifier and Type | Method and Description |
---|---|
IServiceContainer |
BpmnPlanBodyInstance.createServiceContainer()
Service container is set from the outside.
|
Constructor and Description |
---|
BpmnInterpreter(IComponentAdapter adapter,
jadex.bpmn.model.MBpmnModel model,
Map<String,Object> arguments,
String config,
IExternalAccess parent,
Map<String,IActivityHandler> activityhandlers,
Map<String,IStepHandler> stephandlers,
IValueFetcher fetcher,
IComponentManagementService cms,
IClockService cs,
IMessageService ms,
IServiceContainer container)
Create a new bpmn process.
|
Modifier and Type | Method and Description |
---|---|
IServiceContainer |
IInternalAccess.getServiceContainer()
Get the service provider.
|
IServiceContainer |
IComponentInstance.getServiceContainer()
Create the service container.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicServiceContainer
A service container is a simple infrastructure for a collection of
services.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentServiceContainer
Service container for active components.
|
Modifier and Type | Method and Description |
---|---|
IServiceContainer |
MicroAgentInterpreter.createMyServiceContainer(Map args)
Create the service container.
|
IServiceContainer |
MicroAgentInterpreter.createServiceContainer()
Create the service container.
|
IServiceContainer |
MicroAgent.createServiceContainer(Map<String,Object> args)
May be overriden to provide a custom service container implementations.
|
IServiceContainer |
MicroAgent.getServiceContainer()
Get the service container.
|
Copyright © 2013. All Rights Reserved.