UtilityTraceFunctionBarrier

constructor(traceFunction: UtilityTraceFunction, comparisonOperator: UtilityAttributeComparisonOperator, value: Any)

Creates a barrier that stops tracing when an UtilityTraceFunction compared to a value evaluates to true. The type of the numeric value is dependent on the UtilityNetworkAttributeDataType of the UtilityNetworkAttribute.

Since

200.1.0

Parameters

traceFunction

The calculation to perform.

comparisonOperator

The operator used for the comparison.

value

The value to compare against.