public class JadeFactory extends java.lang.Object implements InfrastructureFactory
Constructor and Description |
---|
JadeFactory() |
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.
|
public MASLauncherInfraTier createMASLauncher()
InfrastructureFactory
createMASLauncher
in interface InfrastructureFactory
public RuntimeServicesInfraTier createRuntimeServices()
InfrastructureFactory
createRuntimeServices
in interface InfrastructureFactory