Class UtilityCategoryComparison

    • Constructor Detail

      • UtilityCategoryComparison

        public UtilityCategoryComparison​(UtilityCategory category,
                                         UtilityCategoryComparisonOperator categoryOperator)
        Creates a condition evaluating whether a UtilityCategory exists on a feature.
        Parameters:
        category - the category to evaluate as part of the condition
        categoryOperator - the type of comparison to do between the UtilityCategory and each feature in the trace.
        Throws:
        java.lang.IllegalArgumentException - if category is null
        java.lang.IllegalArgumentException - if categoryOperator is null
        Since:
        100.7.0
    • Method Detail

      • getCategory

        public UtilityCategory getCategory()
        Gets the UtilityCategory to evaluate as part of the condition.
        Returns:
        the utility category to evaluate as part of the condition
        Since:
        100.7.0