Interface AndExpression

    • Method Detail

      • getRequirementExpressions

        java.util.List<RequirementExpression> getRequirementExpressions()
        Return the requirement expressions that are combined by this AndExpression.
        Returns:
        An unmodifiable list of requirement expressions that are combined by this AndExpression. The list contains the requirement expressions in the order they were specified when this requirement expression was created.