Uses of Class
org.evrete.dsl.annotation.RuleSet.Sort
-
Packages that use RuleSet.Sort Package Description org.evrete.dsl.annotation -
-
Uses of RuleSet.Sort in org.evrete.dsl.annotation
Fields in org.evrete.dsl.annotation declared as RuleSet.Sort Modifier and Type Field Description static RuleSet.SortRuleSet.Sort. DEFAULTMethods in org.evrete.dsl.annotation that return RuleSet.Sort Modifier and Type Method Description RuleSet.SortdefaultSort()Defines how rules are sorted by default.static RuleSet.SortRuleSet.Sort. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleSet.Sort[]RuleSet.Sort. values()Returns an array containing the constants of this enum type, in the order they are declared.
-