Uses of Class
jason.mas2j.AgentParameters
Package | Description |
---|---|
jason.infra.jade | |
jason.infra.local | |
jason.jeditplugin | |
jason.mas2j |
-
Uses of AgentParameters in jason.infra.jade
Methods in jason.infra.jade that return AgentParameters Modifier and Type Method Description protected AgentParameters
JadeAgArch. parseParameters()
Methods in jason.infra.jade with parameters of type AgentParameters Modifier and Type Method Description void
JasonBridgeArch. init(AgentParameters ap)
-
Uses of AgentParameters in jason.infra.local
Methods in jason.infra.local that return AgentParameters Modifier and Type Method Description protected AgentParameters
StartNewAgentGUI. getAgDecl()
-
Uses of AgentParameters in jason.jeditplugin
Methods in jason.jeditplugin with parameters of type AgentParameters Modifier and Type Method Description (package private) void
JasonID. openAgentBuffer(AgentParameters ap)
-
Uses of AgentParameters in jason.mas2j
Fields in jason.mas2j with type parameters of type AgentParameters Modifier and Type Field Description private java.util.List<AgentParameters>
MAS2JProject. agents
Methods in jason.mas2j that return AgentParameters Modifier and Type Method Description AgentParameters
AgentParameters. copy()
AgentParameters
MAS2JProject. getAg(java.lang.String name)
Methods in jason.mas2j that return types with arguments of type AgentParameters Modifier and Type Method Description java.util.List<AgentParameters>
MAS2JProject. getAgents()
Methods in jason.mas2j with parameters of type AgentParameters Modifier and Type Method Description void
MAS2JProject. addAgent(AgentParameters a)
protected void
AgentParameters. copyTo(AgentParameters newap)
Constructors in jason.mas2j with parameters of type AgentParameters Constructor Description AgentParameters(AgentParameters a)