Utility Network Attribute Comparison
constructor(networkAttribute: UtilityNetworkAttribute, comparisonOperator: UtilityAttributeComparisonOperator, value: Any)
Creates a condition comparing an UtilityNetworkAttribute to a specific value.
Since
200.1.0
Parameters
network Attribute
The source UtilityNetworkAttribute that the value is compared to.
comparison Operator
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
network Attribute
The source UtilityNetworkAttribute that the value is compared to.
comparison Operator
The type of comparison to do between the source UtilityNetworkAttribute and another UtilityNetworkAttribute.
other Network Attribute
The UtilityNetworkAttribute being compared against another UtilityNetworkAttribute on each of the nodes.