| Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Unit defining the variables used in the utility function method.
| Name | Description |
|---|---|
Class TVariable |
Base class for all variable classes. |
Class TSensorVariable |
Class implementing a sensor variable (connecting to the actual sensor). |
Class TExternalVariable |
Class implementing an external variable (for instance a sensor value). |
Class TInternalPhysicalVariable |
Class implementing an internal physical variable (such as a battery sensor). |
Class THormoneVariable |
Class implementing a hormone variable connecting the variable with actual hormone (THormone). |
Class TInternalAbstractVariable |
Class implementing an internal abstract variable (such as hormones). |
Class TVariables |
Container class for TVariables. |
Class TInputVariables |
Container class for input variables (variables needed by a behavior but not used as arguments in the behavior's utility function). |
Class TStateVariables |
Container class for TVariables. |