Package | Description |
---|---|
jadex.bdi.runtime.interpreter | |
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.modelinfo | |
jadex.extension.agr | |
jadex.extension.envsupport | |
jadex.extension.envsupport.environment | |
jadex.extension.envsupport.environment.space2d | |
jadex.extension.envsupport.environment.space3d |
Modifier and Type | Method and Description |
---|---|
IExtensionInstance |
BDIInterpreter.getExtension(String name)
Get a space of the application.
|
IExtensionInstance[] |
BDIInterpreter.getExtensions()
Get a space of the application.
|
Modifier and Type | Method and Description |
---|---|
void |
BDIInterpreter.addExtension(String name,
IExtensionInstance ext)
Add an extension instance.
|
Modifier and Type | Method and Description |
---|---|
IFuture<IExtensionInstance> |
IExternalAccess.getExtension(String name)
Get a space of the application.
|
Modifier and Type | Method and Description |
---|---|
IFuture<IExtensionInstance> |
IExtensionInfo.createInstance(IExternalAccess access,
IValueFetcher fetcher)
Instantiate the extension for a specific component instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AGRSpace
An AGR (agent-group-role) space.
|
Modifier and Type | Method and Description |
---|---|
IFuture<IExtensionInstance> |
MEnvSpaceInstance.createInstance(IExternalAccess access,
IValueFetcher fetcher)
Instantiate the extension for a specific component instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEnvironmentSpace
Main interface for an environment space.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEnvironmentSpace
Abstract base class for environment space.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousSpace2D
Continuous version of 2D space.
|
class |
Grid2D
2D grid environment.
|
class |
Space2D
General 2D space.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousSpace3D
Continuous version of 2D space.
|
class |
Grid3D
2D grid environment.
|
class |
Space3D
General 3D space.
|
Copyright © 2013. All Rights Reserved.