|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MicaProperties | |
---|---|
unsw.cse.mica.agent | Provides support for Agents within the MICA architecture. |
unsw.cse.mica.blackboard | Provides support for Blackboards within the MICA architecture. |
unsw.cse.mica.data | Provides support for Mobs (MICA objects) and mob types |
unsw.cse.mica.tools | Provides a number of simple tools for testing Mica agents. |
unsw.cse.mica.tools.proxy | |
unsw.cse.mica.tools.timer | |
unsw.cse.mica.util | A collection of general-purpose utilities for the mica framework. |
Uses of MicaProperties in unsw.cse.mica.agent |
---|
Methods in unsw.cse.mica.agent with parameters of type MicaProperties | |
---|---|
abstract void |
GUIAgent.createComponents(MicaProperties args)
Function that is called in the init method that should be overridden by subclasses. |
void |
GUIAgent.init(MicaProperties args)
|
void |
DefaultAgent2.init(MicaProperties args)
Connect using the value given for param "name" in the args if the value exists, otherwise use the class name |
abstract void |
DefaultAgent.init(MicaProperties args)
|
void |
Agent.init(MicaProperties args)
Start the agent. |
Uses of MicaProperties in unsw.cse.mica.blackboard |
---|
Methods in unsw.cse.mica.blackboard with parameters of type MicaProperties | |
---|---|
void |
SQLBlackboard.init(MicaProperties args)
params used are dbPath and typePath |
void |
DefaultBlackboard.init(MicaProperties args)
Initialise the blackboard. |
void |
Blackboard.init(MicaProperties args)
Initialise a blackboard with a MicaProperties object. |
void |
SimpleBlackboard.init(MicaProperties args)
|
Uses of MicaProperties in unsw.cse.mica.data |
---|
Methods in unsw.cse.mica.data with parameters of type MicaProperties | |
---|---|
void |
LocalTypeManager.loadTypesDirectory(MicaProperties args)
Load a typemanager from the directory specified by the arguments. |
Uses of MicaProperties in unsw.cse.mica.tools |
---|
Methods in unsw.cse.mica.tools with parameters of type MicaProperties | |
---|---|
void |
MobMaker.createComponents(MicaProperties args)
|
void |
Debugger.createComponents(MicaProperties args)
|
void |
MobMaker2.createComponents(MicaProperties args)
|
void |
MobSpawner.createComponents(MicaProperties args)
|
void |
LogDebugger.createComponents(MicaProperties args)
|
void |
SimpleAgentFrame.init(MicaProperties props)
Looks for parameters with the names "x", "y", "width" and "height". |
void |
MobMaker.init(MicaProperties args)
|
void |
Debugger.init(MicaProperties args)
The init method accepts the following parameters: "autoexpand" must be a boolean specifies whether the tree should be automatically expanded when mobs arrive "autoscroll" specifies whether the tree should be scrolled to show new mobs when they arrive "x" and "y" specify the location of the frame "width" and "height" specify the size of the frame |
void |
MobMaker2.init(MicaProperties args)
|
void |
MobSpawner.init(MicaProperties args)
|
void |
LogDebugger.init(MicaProperties args)
|
Uses of MicaProperties in unsw.cse.mica.tools.proxy |
---|
Methods in unsw.cse.mica.tools.proxy with parameters of type MicaProperties | |
---|---|
void |
ProxyAgent.init(MicaProperties args)
|
Uses of MicaProperties in unsw.cse.mica.tools.timer |
---|
Methods in unsw.cse.mica.tools.timer with parameters of type MicaProperties | |
---|---|
void |
TimerAgent.init(MicaProperties args)
Initialise the TimerAgent, by connectnig to the blackboard, registering for timerRequest and timerCancel events, and starting the internal Timer. |
Uses of MicaProperties in unsw.cse.mica.util |
---|
Classes in unsw.cse.mica.util that implement MicaProperties | |
---|---|
class |
ListProperties
A concrete implementation of the MicaProperties interface |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |