Uses of Class
jason.architecture.AgArch
Package | Description |
---|---|
jason.architecture | |
jason.asSemantics | |
jason.infra.centralised | |
jason.infra.jade | |
jason.infra.local | |
jason.runtime |
-
Uses of AgArch in jason.architecture
Subclasses of AgArch in jason.architecture Modifier and Type Class Description class
MindInspectorAgArch
ArArch that displays the mind state of the agentFields in jason.architecture declared as AgArch Modifier and Type Field Description private AgArch
AgArch. firstArch
private AgArch
AgArch. successor
Successor in the Chain of ResponsibilityMethods in jason.architecture that return AgArch Modifier and Type Method Description AgArch
AgArch. getFirstAgArch()
Returns the first architecture in the chain of responsibility patternAgArch
AgArch. getNextAgArch()
Methods in jason.architecture with parameters of type AgArch Modifier and Type Method Description int
AgArch. compareTo(AgArch o)
void
AgArch. insertAgArch(AgArch arch)
private void
AgArch. setFirstAgArch(AgArch arch)
-
Uses of AgArch in jason.asSemantics
Fields in jason.asSemantics declared as AgArch Modifier and Type Field Description private AgArch
TransitionSystem. agArch
Methods in jason.asSemantics that return AgArch Modifier and Type Method Description AgArch
TransitionSystem. getAgArch()
AgArch
TransitionSystem. getUserAgArch()
Deprecated.use getAgArchMethods in jason.asSemantics with parameters of type AgArch Modifier and Type Method Description Agent
Agent. clone(AgArch arch)
Clone BB, PL, Circumstance.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.void
TransitionSystem. setAgArch(AgArch arch)
void
Agent. setLogger(AgArch arch)
void
TransitionSystem. setLogger(AgArch arch)
Constructors in jason.asSemantics with parameters of type AgArch Constructor Description TransitionSystem(Agent a, Circumstance c, Settings s, AgArch ar)
-
Uses of AgArch in jason.infra.centralised
Subclasses of AgArch in jason.infra.centralised Modifier and Type Class Description class
CentralisedAgArch
Deprecated.use LocalAgAarch instead -
Uses of AgArch in jason.infra.jade
Subclasses of AgArch in jason.infra.jade Modifier and Type Class Description class
JasonBridgeArch
Methods in jason.infra.jade that return AgArch Modifier and Type Method Description AgArch
JadeRuntimeServices. clone(Agent source, java.util.Collection<java.lang.String> archClasses, java.lang.String agName)
-
Uses of AgArch in jason.infra.local
Subclasses of AgArch in jason.infra.local Modifier and Type Class Description class
LocalAgArch
This class provides an agent architecture when using Local infrastructure to run the MAS inside Jason.class
LocalAgArchAsynchronous
class
LocalAgArchForPool
an agent architecture for the infra based on thread poolprotected class
RunLocalMAS.LocalAgArchSynchronousScheduled
an agent architecture for the infra based on thread poolFields in jason.infra.local declared as AgArch Modifier and Type Field Description protected AgArch
BaseLocalMAS. dfAg
Methods in jason.infra.local that return AgArch Modifier and Type Method Description AgArch
LocalRuntimeServices. clone(Agent source, java.util.Collection<java.lang.String> archClasses, java.lang.String agName)
protected AgArch
BaseLocalMAS. getDFAgArch()
AgArch
LocalAgArch. getUserAgArch()
Deprecated.use getFirstAgArch instead -
Uses of AgArch in jason.runtime
Methods in jason.runtime that return AgArch Modifier and Type Method Description AgArch
DelegatedRuntimeServices. clone(Agent source, java.util.Collection<java.lang.String> archClasses, java.lang.String agName)
AgArch
RuntimeServices. clone(Agent source, java.util.Collection<java.lang.String> archClasses, java.lang.String agName)
Clones an agentdefault AgArch
RuntimeServicesInfraTier. clone(Agent source, java.util.Collection<java.lang.String> archClasses, java.lang.String agName)
Deprecated.