Namespace Sensus.Adaptation
Classes
AsplAggregation
AsplAggregationType
Different ways of aggregating observed IDatum property values into a single value for criterion checking. The goal is to transform a collection of values into a single value, which can be checked against a target value to determine whether or not sensing control should be applied. See AsplElement for more information.
AsplCriterion
A criterion to check to determine whether sensing control is required.
AsplElement
A single check of observed data, aggregated according to AsplAggregationType, in AsplRelation to a Target.
AsplLogic
Different ways of combining multiple AsplElement satisfaction values into a single boolean true/false value.
AsplRelation
Different ways of comparing the aggregated criterion value (see AsplAggregation) with a target value to determine whether a AsplElement was satisfied.
AsplSensingAgent
A general-purpose ASPL agent. See the adaptive sensing article for more information.
AsplStatement
Combination of an AsplCriterion and ProtocolSettings to apply when starting and ending sensing control.
SensingAgent
An agent that observes data collected by the app and controls sensing parameters. See the adaptive sensing article for more information.
SensingAgent.ControlCompletionCheck
Specifies a check to run periodically to (1) assess whether sensing control has been completed and (2) to transition sensing parameters into subsequent settings.
SensingAgent.ControlCompletionCheck.ControlCompletionCheckAsyncDelegate
SensingAgentState
SensingAgentStateDatum
Represents the state of a SensingAgent. See the adaptive sensing article for more information.