jason.infra.saci
Class SaciFactory

Package class diagram package SaciFactory
java.lang.Object
  extended by jason.infra.saci.SaciFactory
All Implemented Interfaces:
InfrastructureFactory

public class SaciFactory
extends java.lang.Object
implements InfrastructureFactory


Constructor Summary
SaciFactory()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaciFactory

public SaciFactory()
Method Detail

createMASLauncher

public MASLauncherInfraTier createMASLauncher()
Description copied from interface: InfrastructureFactory
Every infrastructure factory should be able to create an instance of MASLauncherInfraTier, this instance is used to start a new MAS execution. It is normally used by JasonIDE.

Specified by:
createMASLauncher in interface InfrastructureFactory

createRuntimeServices

public RuntimeServicesInfraTier createRuntimeServices()
Description copied from interface: InfrastructureFactory
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. These services are normally used by user classes as AgArch and Environments.

Specified by:
createRuntimeServices in interface InfrastructureFactory