Class UcaFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class UcaFunction extends FunctionNode
This class represents an uca-function in a GroupingExpression.
Author:
Ulf Lilleengen, bratseth
  • Constructor Details

    • UcaFunction

      public UcaFunction(GroupingExpression exp, String locale)
      Constructs a new instance of this class.
      Parameters:
      exp - The expression to evaluate.
      locale - The locale to used for sorting.
    • UcaFunction

      public UcaFunction(GroupingExpression exp, String locale, String strength)
      Constructs a new instance of this class.
      Parameters:
      exp - The expression to evaluate.
      locale - The locale to used for sorting.
      strength - The strength level to use.
  • Method Details