Uses of Class
hultig.sumo.RuleList.SortType

Packages that use RuleList.SortType
hultig.sumo This is the library's core package, containing the fundamental classes for handling text, namely Word, Sentence, and Text
 

Uses of RuleList.SortType in hultig.sumo
 

Fields in hultig.sumo declared as RuleList.SortType
 RuleList.SortType RuleList.STYPE
           
 

Methods in hultig.sumo that return RuleList.SortType
static RuleList.SortType RuleList.SortType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RuleList.SortType[] RuleList.SortType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hultig.sumo with parameters of type RuleList.SortType
 void RuleList.sort(int mode, RuleList.SortType stype)