|
ArcGIS Runtime SDK for iOS
100.9
|
Propagator objects allow a subset of AGSUtilityNetworkAttribute values to propagate through a network while executing a trace.
The propagated AGSUtilityNetworkAttribute values can be tested to allow or disallow further traversal.
In the example of phase propagation, open devices along the network will restrict some phases from continuing along the trace.
Propagators only apply to subnetwork-based traces (AGSUtilityTraceTypeUpstream, AGSUtilityTraceTypeDownstream, and so on).
AGSUtilityPropagator is set in the AGSUtilityTraceConfiguration.
Instance Methods | |
| (instancetype) | - initWithNetworkAttribute:propagatorFunctionType:comparisonOperator:value: |
| (instancetype) | - initWithNetworkAttribute:propagatorFunctionType:comparisonOperator:value:substitutionAttribute: |
Class Methods | |
| (instancetype) | + utilityPropagatorWithNetworkAttribute:propagatorFunctionType:comparisonOperator:value: |
| (instancetype) | + utilityPropagatorWithNetworkAttribute:propagatorFunctionType:comparisonOperator:value:substitutionAttribute: |
| - (instancetype) initWithNetworkAttribute: | (AGSUtilityNetworkAttribute *) | networkAttribute | |
| propagatorFunctionType: | (AGSUtilityPropagatorFunctionType) | propagatorFunctionType | |
| comparisonOperator: | (AGSUtilityAttributeComparisonOperator) | comparisonOperator | |
| value: | (id) | value | |
Creates an object that allows a subset of AGSUtilityNetworkAttribute values to propagate through a network
| networkAttribute | The AGSUtilityNetworkAttribute to propagate further along the trace |
| propagatorFunctionType | The function type that is applied to the AGSUtilityNetworkAttribute to propagate the attribute further along the trace |
| comparisonOperator | The filter operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified AGSUtilityPropagator::value |
| value | The value that is compared against the propagated value when executing the trace |
| - (instancetype) initWithNetworkAttribute: | (AGSUtilityNetworkAttribute *) | networkAttribute | |
| propagatorFunctionType: | (AGSUtilityPropagatorFunctionType) | propagatorFunctionType | |
| comparisonOperator: | (AGSUtilityAttributeComparisonOperator) | comparisonOperator | |
| value: | (id) | value | |
| substitutionAttribute: | (AGSUtilityNetworkAttribute *) | substitutionAttribute | |
Creates a object that allows a subset of AGSUtilityNetworkAttribute values to propagate through a network This constructor allows the specification of a substitution network attribute.
| networkAttribute | The AGSUtilityNetworkAttribute to propagate further along the trace |
| propagatorFunctionType | The function type that is applied to the AGSUtilityNetworkAttribute to propagate the attribute further along the trace |
| comparisonOperator | The filter operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified AGSUtilityPropagator::value |
| value | The value that is compared against the propagated value when executing the trace |
| substitutionAttribute | An AGSUtilityNetworkAttribute that maps each bit in another bitset network attribute value to a new value. |
| + (instancetype) utilityPropagatorWithNetworkAttribute: | (AGSUtilityNetworkAttribute *) | networkAttribute | |
| propagatorFunctionType: | (AGSUtilityPropagatorFunctionType) | propagatorFunctionType | |
| comparisonOperator: | (AGSUtilityAttributeComparisonOperator) | comparisonOperator | |
| value: | (id) | value | |
Creates an object that allows a subset of AGSUtilityNetworkAttribute values to propagate through a network
| networkAttribute | The AGSUtilityNetworkAttribute to propagate further along the trace |
| propagatorFunctionType | The function type that is applied to the AGSUtilityNetworkAttribute to propagate the attribute further along the trace |
| comparisonOperator | The filter operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified AGSUtilityPropagator::value |
| value | The value that is compared against the propagated value when executing the trace |
| + (instancetype) utilityPropagatorWithNetworkAttribute: | (AGSUtilityNetworkAttribute *) | networkAttribute | |
| propagatorFunctionType: | (AGSUtilityPropagatorFunctionType) | propagatorFunctionType | |
| comparisonOperator: | (AGSUtilityAttributeComparisonOperator) | comparisonOperator | |
| value: | (id) | value | |
| substitutionAttribute: | (AGSUtilityNetworkAttribute *) | substitutionAttribute | |
Creates a object that allows a subset of AGSUtilityNetworkAttribute values to propagate through a network This constructor allows the specification of a substitution network attribute.
| networkAttribute | The AGSUtilityNetworkAttribute to propagate further along the trace |
| propagatorFunctionType | The function type that is applied to the AGSUtilityNetworkAttribute to propagate the attribute further along the trace |
| comparisonOperator | The filter operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified AGSUtilityPropagator::value |
| value | The value that is compared against the propagated value when executing the trace |
| substitutionAttribute | An AGSUtilityNetworkAttribute that maps each bit in another bitset network attribute value to a new value. |
|
readnonatomicassign |
The operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified AGSUtilityPropagator::value For example, if propagating phase, this would be AGSUtilityAttributeComparisonOperatorIncludesAny.
|
readnonatomicstrong |
The AGSUtilityNetworkAttribute to propagate further along the trace For example, if propagating phase, this would be the AGSUtilityNetworkAttribute that stores phase.
|
readnonatomicassign |
The function type that is applied to the AGSUtilityNetworkAttribute to propagate the attribute further along the trace For example, if propagating phase, this would be AGSUtilityPropagatorFunctionTypeBitwiseAnd.
|
readnonatomicstrong |
The AGSUtilityNetworkAttribute that maps each bit in another bitset network attribute value to a new value
|
readnonatomicstrong |
The value that is compared against the propagated value when executing the trace