public interface InfrastructureFactory
Modifier and Type | Method and Description |
---|---|
MASLauncherInfraTier |
createMASLauncher()
Every infrastructure factory should be able to create an
instance of MASLauncherInfraTier, this instance is used to
start a new MAS execution.
|
RuntimeServicesInfraTier |
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.
|
MASLauncherInfraTier createMASLauncher()
RuntimeServicesInfraTier createRuntimeServices()