[This is preliminary documentation and is subject to change.]
This class implements an agent within the CLARION Library
The Agent..::..AgentParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Agent..::..AgentParameters(Agent, Boolean) |
Initializes a parameters class for an Agent
|
![]() |
Agent..::..AgentParameters(Agent..::..AgentParameters, Agent, Boolean) |
Initializes a parameters class for an Agent and sets the values of the parameters to the values specified
|
Methods
Name | Description | |
---|---|---|
![]() |
Global_OnParameterChanged |
The event method used for performing global parameter changes
|
Properties
Name | Description | |
---|---|---|
![]() |
ACTUATION_TIME |
Actuation time (used for calculating response time)
|
![]() |
IN_REAL_TIME |
Specifies whether the agent should run in "real time" or "simulated time"
|
![]() |
IsGlobal |
Used to specify whether the particular instance of the parameters class is being used for global or local parameters
|
![]() |
MAX_ACTIVATION |
The maximum value for either the activations in the sensory information or the feedback that is perceived/received by the agent
|
![]() |
MAX_RESPONSE_TIME |
Gets the maximum response time
|
![]() |
MIN_ACTIVATION |
The minimum value for either the activations in the sensory information or the feedback that is perceived/received by the agent
|
![]() ![]() |
ParameterChange_EventInvoked |
Used to specify that a global parameter change event in in progress
|
![]() |
PERCEPTION_TIME |
Perception time (used for calculating response time)
|