UtilityNetworkAttributeComparison

constructor(networkAttribute: UtilityNetworkAttribute, comparisonOperator: UtilityAttributeComparisonOperator, value: Any)

Creates a condition comparing an UtilityNetworkAttribute to a specific value.

Since

200.1.0

Parameters

networkAttribute

The source UtilityNetworkAttribute that the value is compared to.

comparisonOperator

The type of comparison to do between the source UtilityNetworkAttribute and the value.

value

The specific value to compare networkAttribute against for each node in the trace.


constructor(networkAttribute: UtilityNetworkAttribute, comparisonOperator: UtilityAttributeComparisonOperator, otherNetworkAttribute: UtilityNetworkAttribute)

Creates a condition comparing the value of one UtilityNetworkAttribute to another.

Since

200.1.0

Parameters

networkAttribute

The source UtilityNetworkAttribute that the value is compared to.

comparisonOperator

The type of comparison to do between the source UtilityNetworkAttribute and another UtilityNetworkAttribute.

otherNetworkAttribute

The UtilityNetworkAttribute being compared against another UtilityNetworkAttribute on each of the nodes.