B_Subnetwork_Propagators

The B_Subnetwork_Propagators table is used to define network attributes to propagate. Propagated attributes denote the key values, or attributes, on subnetwork controllers that are applied to the rest of the features in a subnetwork.

FieldDescription

Tier Name

The name of the tier that the propagator is applied to. The Tier Name value must be defined in the B_Tier table.

Attribute

The network attribute propagated to features in a subnetwork. The network attribute must be defined in the B_NetworkAttribute table.

Substitute Attribute

Use a substituted value instead of bitset network attribute values. Substitutions are encoded based on the number of bits in the network attribute being propagated.

Operator

The operator used in the filtering of subnetwork analytics. The following are valid inputs:

  • IS_EQUAL_TO
  • DOES_NOT_EQUAL
  • IS_GREATER_THAN
  • IS_GREATER_THAN_OR_EQUAL_TO
  • IS_LESS_THAN
  • IS_LESS_THAN_OR_EQUAL_TO
  • INCLUDES_THE_VALUES
  • DOES_NOT_INCLUDE_THE_VALUES
  • INCLUDES_ANY
  • DOES_NOT_INCLUDE_ANY

Function

The type of propagation calculation to be applied. The following are valid inputs:

  • PROPAGATE_BITWISE_AND
  • PROPAGATE_MIN
  • PROPAGATE_MAX

Value

The value of the network attribute causing termination based on the operator value.

Propagated Attribute

The field in your network class(es) that is used to store the calculated propagated value. The field type should be the same as the field defined against the network attribute specified in the Attribute field of the table.

Fields in the B_Subnetwork_Propagators table of an asset package
Top