Package wt.rule.algorithm

Interface Summary
RuleAlgorithm An algorithm that can be used to compute a value based on a set of String arguments.
 

Class Summary
BooleanBranch This algorithm returns one of two values based on a boolean value.
EnumTypeConstant An algorithm that takes the fully qualified name of a concrete EnumeratedType class and an internal value for an instance of that type and returns an instance of that type.
RuleAlgorithmHelper This class provides utility methods that are used to work with algoritms.
StringConstant An very simple algorithm that takes a single String argument and returns it unmodified.
 

Exception Summary
InvalidAlgorithmArgumentException Thrown when the arguments passed to an algorithm contain invalid data.