UtilityTierGroup class final

Tier groups provide an extra level of organization for tiers.

For example, a gas network may be divided into two tier groups - Transmission and Distribution. Each of these tier groups would contain a set of tiers specific to that group. For example, Distribution Pressure and Distribution Isolation might be tiers within the Distribution tier group.

Implemented types

Properties

hashCode → int
The hash code for this object.
no setterinherited
name → String
The name of the UtilityTierGroup.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tiers → List<UtilityTier>
The collection of UtilityTier objects within this tier group.
no setter

Methods

getTier(String tierName) → UtilityTier?
Gets the UtilityTier object with the specified name.
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