Utility Category Comparison
A condition evaluating whether a particular UtilityCategory exists on a feature in the trace.
Since
200.1.0
Constructors
Link copied to clipboard
fun UtilityCategoryComparison(categoryName: String, comparisonOperator: UtilityCategoryComparisonOperator)
Creates a condition evaluating whether a category with this name exists on a feature.
Link copied to clipboard
fun UtilityCategoryComparison(category: UtilityCategory, comparisonOperator: UtilityCategoryComparisonOperator)
Creates a condition evaluating whether an UtilityCategory exists on a feature.
Properties
Link copied to clipboard
Link copied to clipboard
The type of comparison to do between the UtilityCategory and each feature in the trace.