Uses of Interface
jason.runtime.RuntimeServices
Package | Description |
---|---|
jason.architecture | |
jason.control | |
jason.environment | |
jason.infra | |
jason.infra.jade | |
jason.infra.local | |
jason.runtime |
-
Uses of RuntimeServices in jason.architecture
Fields in jason.architecture declared as RuntimeServices Modifier and Type Field Description private RuntimeServices
MindInspectorWebImpl. runner
Methods in jason.architecture that return RuntimeServices Modifier and Type Method Description RuntimeServices
AgArch. getRuntimeServices()
Deprecated.use RuntimeServicesFactory.get insteadMethods in jason.architecture with parameters of type RuntimeServices Modifier and Type Method Description void
MindInspectorWeb. registerCentRunner(RuntimeServices rs)
void
MindInspectorWebImpl. registerCentRunner(RuntimeServices rs)
-
Uses of RuntimeServices in jason.control
Fields in jason.control declared as RuntimeServices Modifier and Type Field Description private RuntimeServices
ExecutionControl. runtime
Methods in jason.control that return RuntimeServices Modifier and Type Method Description RuntimeServices
ExecutionControlInfraTier. getRuntimeServices()
Gets an object with infrastructure runtime services -
Uses of RuntimeServices in jason.environment
Methods in jason.environment that return RuntimeServices Modifier and Type Method Description RuntimeServices
EnvironmentInfraTier. getRuntimeServices()
Gets an object with infrastructure runtime services -
Uses of RuntimeServices in jason.infra
Methods in jason.infra that return RuntimeServices Modifier and Type Method Description RuntimeServices
InfrastructureFactory. createRuntimeServices()
Every infrastructure factory should be able to create an instance of RuntimeServices, this instance provides services for controlling the MAS, as agent creation, destruction, etc. -
Uses of RuntimeServices in jason.infra.jade
Classes in jason.infra.jade that implement RuntimeServices Modifier and Type Class Description class
JadeRuntimeServices
Methods in jason.infra.jade that return RuntimeServices Modifier and Type Method Description RuntimeServices
JadeFactory. createRuntimeServices()
RuntimeServices
JadeEnvironment. getRuntimeServices()
RuntimeServices
JadeExecutionControl. getRuntimeServices()
RuntimeServices
JasonBridgeArch. getRuntimeServices()
-
Uses of RuntimeServices in jason.infra.local
Classes in jason.infra.local that implement RuntimeServices Modifier and Type Class Description class
BaseRuntimeServices
implement services that are based on BaseLocalMASclass
LocalRuntimeServices
This class implements the Local version of the runtime services.Fields in jason.infra.local declared as RuntimeServices Modifier and Type Field Description private RuntimeServices
KillAgentGUI. services
Methods in jason.infra.local that return RuntimeServices Modifier and Type Method Description RuntimeServices
LocalFactory. createRuntimeServices()
RuntimeServices
BaseLocalMAS. getRuntimeServices()
Deprecated.use RuntimeServicesFactory.get() instead.RuntimeServices
LocalAgArch. getRuntimeServices()
RuntimeServices
LocalEnvironment. getRuntimeServices()
RuntimeServices
LocalExecutionControl. getRuntimeServices()
Methods in jason.infra.local with parameters of type RuntimeServices Modifier and Type Method Description void
BaseLocalMAS. setRuntimeServives(RuntimeServices rts)
Deprecated.use RuntimeServicesFactory.set() instead. -
Uses of RuntimeServices in jason.runtime
Subinterfaces of RuntimeServices in jason.runtime Modifier and Type Interface Description interface
RuntimeServicesInfraTier
Deprecated.Classes in jason.runtime that implement RuntimeServices Modifier and Type Class Description class
DelegatedRuntimeServices
Fields in jason.runtime declared as RuntimeServices Modifier and Type Field Description private RuntimeServices
DelegatedRuntimeServices. delegate
private static RuntimeServices
RuntimeServicesFactory. singleton
Methods in jason.runtime that return RuntimeServices Modifier and Type Method Description static RuntimeServices
RuntimeServicesFactory. get()
Methods in jason.runtime with parameters of type RuntimeServices Modifier and Type Method Description static void
RuntimeServicesFactory. set(RuntimeServices s)
Constructors in jason.runtime with parameters of type RuntimeServices Constructor Description DelegatedRuntimeServices(RuntimeServices delegate)