UtilityCategoryComparison

A condition evaluating whether a particular UtilityCategory exists on a feature in the trace.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(categoryName: String, comparisonOperator: UtilityCategoryComparisonOperator)

Creates a condition evaluating whether a category with this name exists on a feature.

constructor(category: UtilityCategory, comparisonOperator: UtilityCategoryComparisonOperator)

Creates a condition evaluating whether an UtilityCategory exists on a feature.

Properties

Link copied to clipboard

The category to evaluate as part of the condition.

Link copied to clipboard

The type of comparison to do between the UtilityCategory and each feature in the trace.