UtilityRuleType enum
An enumeration of the various types of network rules that determine permissible feature associations in a utility network.
Values
- junctionJunctionConnectivity → const UtilityRuleType
-
A network rule governing connectivity between junction features.
This connectivity network rule constrains the types of junction features that can be connected to another junction feature based on its asset type.
It supports terminal connectivity and affects UtilityAssociationType.connectivity associations.
- containment → const UtilityRuleType
-
A network rule governing containment.
Containment network rule constrains the types of features that can be contained in a given container feature based on its asset type.
The UtilityRule.fromElement of this network rule represents a container and the UtilityRule.toElement represents a content or another container if nested containment is allowed.
It does not support terminal connectivity and affects UtilityAssociationType.containment associations.
- attachment → const UtilityRuleType
-
A network rule governing structural attachment.
Structural attachment network rule constrains the types of features that can be attached to a given structure feature based on its asset type.
The UtilityRule.fromElement of this network rule represents a structure and the UtilityRule.toElement represents the attachments.
It does not support terminal connectivity and affects UtilityAssociationType.attachment associations.
- junctionEdgeConnectivity → const UtilityRuleType
-
A network rule governing line-end connectivity to a device or junction.
This connectivity network rule constrains the types of junction features that can be connected to edge features.
The UtilityRule.fromElement of this network rule represents a junction and the UtilityRule.toElement represents an edge.
It supports terminal connectivity and affects the following associations:
- UtilityAssociationType.junctionEdgeObjectConnectivityFromSide, which allows a junction to be connected to the end point of an edge
- UtilityAssociationType.junctionEdgeObjectConnectivityMidspan, which allows a junction to be connected along the midspan of an edge
- UtilityAssociationType.junctionEdgeObjectConnectivityToSide, which allows a junction to be connected to the start point of an edge
- edgeJunctionEdgeConnectivity → const UtilityRuleType
-
A network rule governing connectivity between two edges and a junction.
This connectivity network rule constrains the types of edge features that can be connected using an intermediate junction feature.
Properties
- coreValue → RT_UtilityRuleType
-
Convert to internal value.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Constants
-
values
→ const List<
UtilityRuleType> - A constant List of the values in this enum, in order of their declaration.