Package | Description |
---|---|
jadex.bdi | |
jadex.bdi.runtime | |
jadex.bdi.runtime.interpreter | |
jadex.bdibpmn | |
jadex.bpmn | |
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.nonfunctional | |
jadex.bridge.service | |
jadex.bridge.service.types.clock | |
jadex.bridge.service.types.execution | |
jadex.bridge.service.types.message | |
jadex.kernelbase | |
jadex.micro |
Modifier and Type | Class and Description |
---|---|
class |
BDIAgentFactory
Factory for creating Jadex V2 BDI agents.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBDIExternalAccess
The interface for external threads.
|
Modifier and Type | Class and Description |
---|---|
class |
BDIInterpreter
Main entry point for the reasoning engine
holding the relevant agent data structure
and performing the agent execution when
being called from the platform.
|
Modifier and Type | Class and Description |
---|---|
class |
BpmnPlanBodyInstance
A BPMN instance that is executed as a plan body.
|
Modifier and Type | Class and Description |
---|---|
class |
BpmnFactory
Factory for loading bpmn processes.
|
Modifier and Type | Class and Description |
---|---|
class |
BpmnInterpreter
The bpmn interpreter is able to execute bpmn diagrams.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IExternalAccess
The interface for accessing components from the outside.
|
Modifier and Type | Interface and Description |
---|---|
interface |
INFMixedPropertyProvider
Interface that combines property provider with method property provider.
|
Modifier and Type | Class and Description |
---|---|
class |
NFMethodPropertyProvider
Default implementation for a method property provider.
|
class |
NFPropertyProvider
Base impl for nf property property provider.
|
Modifier and Type | Method and Description |
---|---|
INFPropertyProvider |
NFPropertyProvider.getParent()
Get the parent.
|
Modifier and Type | Method and Description |
---|---|
void |
NFPropertyProvider.setParent(INFPropertyProvider parent)
Set the parent.
|
Constructor and Description |
---|
NFMethodPropertyProvider(INFPropertyProvider parent)
Create a new provider.
|
NFPropertyProvider(INFPropertyProvider parent)
Create a new provider.
|
NFPropertyRef(INFPropertyProvider source,
IExternalAccess comp,
NFPropertyMetaInfo mi)
Create a new property ref.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInternalService
Internal service interface for managing services in service container.
|
interface |
IService
The interface for platform services.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicService
Basic service provide a simple default isValid() implementation
that returns true after start service and false afterwards.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IClockService
The clock service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IExecutionService
Common interface for different execution services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMessageService
The interface for the message service.
|
Modifier and Type | Class and Description |
---|---|
class |
jadex.kernelbase.AbstractInterpreter |
class |
jadex.kernelbase.ExternalAccess |
class |
jadex.kernelbase.StatelessAbstractInterpreter |
Modifier and Type | Interface and Description |
---|---|
interface |
IMicroExternalAccess
External access interface for micro agents.
|
Modifier and Type | Class and Description |
---|---|
class |
MicroAgentFactory
Factory for creating micro agents.
|
class |
MicroAgentInterpreter
The micro agent interpreter is the connection between the agent platform
and a user-written micro agent.
|
class |
MicroExternalAccess
External access interface.
|
Copyright © 2013. All Rights Reserved.