Package | Description |
---|---|
jason.architecture | |
jason.control | |
jason.environment | |
jason.infra | |
jason.infra.centralised | |
jason.infra.jade |
Modifier and Type | Method and Description |
---|---|
RuntimeServicesInfraTier |
AgArchInfraTier.getRuntimeServices()
Gets an object with infrastructure runtime services
|
RuntimeServicesInfraTier |
AgArch.getRuntimeServices() |
Modifier and Type | Method and Description |
---|---|
RuntimeServicesInfraTier |
ExecutionControlInfraTier.getRuntimeServices()
Gets an object with infrastructure runtime services
|
Modifier and Type | Method and Description |
---|---|
RuntimeServicesInfraTier |
EnvironmentInfraTier.getRuntimeServices()
Gets an object with infrastructure runtime services
|
Modifier and Type | Method and Description |
---|---|
RuntimeServicesInfraTier |
InfrastructureFactory.createRuntimeServices()
Every infrastructure factory should be able to create an
instance of RuntimeServicesInfraTier, this instance provides
services for controlling the MAS, as agent creation,
destruction, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
CentralisedRuntimeServices
This class implements the centralised version of the runtime services.
|
Modifier and Type | Method and Description |
---|---|
RuntimeServicesInfraTier |
CentralisedFactory.createRuntimeServices() |
RuntimeServicesInfraTier |
CentralisedExecutionControl.getRuntimeServices() |
RuntimeServicesInfraTier |
CentralisedEnvironment.getRuntimeServices() |
RuntimeServicesInfraTier |
CentralisedAgArch.getRuntimeServices() |
Modifier and Type | Class and Description |
---|---|
class |
JadeRuntimeServices |
Modifier and Type | Method and Description |
---|---|
RuntimeServicesInfraTier |
JadeFactory.createRuntimeServices() |
RuntimeServicesInfraTier |
JasonBridgeArch.getRuntimeServices() |
RuntimeServicesInfraTier |
JadeExecutionControl.getRuntimeServices() |
RuntimeServicesInfraTier |
JadeEnvironment.getRuntimeServices() |