Uses of Class
jason.runtime.Settings
Package | Description |
---|---|
jason.asSemantics | |
jason.infra.jade | |
jason.infra.local | |
jason.mas2j | |
jason.runtime | |
jason.stdlib |
Internal actions of Jason.
|
-
Uses of Settings in jason.asSemantics
Fields in jason.asSemantics declared as Settings Modifier and Type Field Description private Settings
TransitionSystem. setts
Methods in jason.asSemantics that return Settings Modifier and Type Method Description Settings
TransitionSystem. getSettings()
Methods in jason.asSemantics with parameters of type Settings Modifier and Type Method Description static Agent
Agent. create(AgArch arch, java.lang.String agClass, ClassParameters bbPars, java.lang.String asSrc, Settings stts)
Setup the default agent configuration.TransitionSystem
Agent. initAg(AgArch arch, BeliefBase bb, java.lang.String asSrc, Settings stts)
Deprecated.Prefer the initAg method with only the source code of the agent as parameter.Constructors in jason.asSemantics with parameters of type Settings Constructor Description TransitionSystem(Agent a, Circumstance c, Settings s, AgArch ar)
-
Uses of Settings in jason.infra.jade
Methods in jason.infra.jade with parameters of type Settings Modifier and Type Method Description java.lang.String
JadeRuntimeServices. createAgent(java.lang.String agName, java.lang.String agSource, java.lang.String agClass, java.util.Collection<java.lang.String> archClasses, ClassParameters bbPars, Settings stts, Agent father)
-
Uses of Settings in jason.infra.local
Methods in jason.infra.local with parameters of type Settings Modifier and Type Method Description java.lang.String
LocalRuntimeServices. createAgent(java.lang.String agName, java.lang.String agSource, java.lang.String agClass, java.util.Collection<java.lang.String> archClasses, ClassParameters bbPars, Settings stts, Agent father)
void
LocalAgArch. createArchs(java.util.Collection<java.lang.String> agArchClasses, java.lang.String agClass, ClassParameters bbPars, java.lang.String asSrc, Settings stts)
Creates the user agent architecture, default architecture is jason.architecture.AgArch. -
Uses of Settings in jason.mas2j
Methods in jason.mas2j that return Settings Modifier and Type Method Description Settings
AgentParameters. getAsSetts(boolean debug, boolean forceSync)
-
Uses of Settings in jason.runtime
Methods in jason.runtime with parameters of type Settings Modifier and Type Method Description java.lang.String
DelegatedRuntimeServices. createAgent(java.lang.String agName, java.lang.String agSource, java.lang.String agClass, java.util.Collection<java.lang.String> archClasses, ClassParameters bbPars, Settings stts, Agent father)
java.lang.String
RuntimeServices. createAgent(java.lang.String agName, java.lang.String agSource, java.lang.String agClass, java.util.Collection<java.lang.String> archClasses, ClassParameters bbPars, Settings stts, Agent father)
Creates a new agent with agName from source agSource, using agClass as agent class (default value is "jason.asSemantics.Agent"), archClasses as agent architecture classes, bbPars as the belief base class (default value is "DefaultBeliefBase"), stts as Settings (default value is new Settings()), and father is the agent creating this agent (null is none).default java.lang.String
RuntimeServicesInfraTier. createAgent(java.lang.String agName, java.lang.String agSource, java.lang.String agClass, java.util.Collection<java.lang.String> archClasses, ClassParameters bbPars, Settings stts, Agent father)
Deprecated. -
Uses of Settings in jason.stdlib
Methods in jason.stdlib that return Settings Modifier and Type Method Description protected Settings
create_agent. getSettings(TransitionSystem ts)