UtilityTier class final

Tiers demarcate a logical level within a network.

For example, in an electric distribution network, there may be Subtransmission, Medium Voltage and Low Voltage tiers.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the UtilityTier.
no setter
rank int
The numeric rank of the tier.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topologyType UtilityTierTopologyType
The UtilityTierTopologyType of the tier.
no setter

Methods

getDefaultTraceConfiguration() UtilityTraceConfiguration?
Gets a copy of the UtilityTraceConfiguration for this UtilityTier, if one is defined.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited