Uses of Interface
jason.infra.MASLauncherInfraTier
Package | Description |
---|---|
jason.infra | |
jason.infra.jade | |
jason.infra.local | |
jason.jeditplugin | |
jason.runtime |
-
Uses of MASLauncherInfraTier in jason.infra
Methods in jason.infra that return MASLauncherInfraTier Modifier and Type Method Description MASLauncherInfraTier
InfrastructureFactory. createMASLauncher()
Every infrastructure factory should be able to create an instance of MASLauncherInfraTier, this instance is used to start a new MAS execution. -
Uses of MASLauncherInfraTier in jason.infra.jade
Classes in jason.infra.jade that implement MASLauncherInfraTier Modifier and Type Class Description class
JadeMASLauncherAnt
Creates the script build.xml to launch the MAS using JADE.Methods in jason.infra.jade that return MASLauncherInfraTier Modifier and Type Method Description MASLauncherInfraTier
JadeFactory. createMASLauncher()
-
Uses of MASLauncherInfraTier in jason.infra.local
Classes in jason.infra.local that implement MASLauncherInfraTier Modifier and Type Class Description class
LocalMASLauncherAnt
Write the Ant script to run the MAS in Local infrastructure and start this script.Methods in jason.infra.local that return MASLauncherInfraTier Modifier and Type Method Description MASLauncherInfraTier
LocalFactory. createMASLauncher()
-
Uses of MASLauncherInfraTier in jason.jeditplugin
Fields in jason.jeditplugin declared as MASLauncherInfraTier Modifier and Type Field Description (package private) MASLauncherInfraTier
JasonID. masLauncher
-
Uses of MASLauncherInfraTier in jason.runtime
Fields in jason.runtime declared as MASLauncherInfraTier Modifier and Type Field Description (package private) static MASLauncherInfraTier
RunJasonProject. launcher
Methods in jason.runtime that return MASLauncherInfraTier Modifier and Type Method Description MASLauncherInfraTier
RunJasonProject. getLauncher()