D H I R S 
All Classes All Packages

D

datetime - package datetime
 
destroy() - Static method in class Handler
 

H

Handler - Class in datetime
This class provides utility methods for post-processing of the complex date & time data generated by NLU code of a solution and to convert it into LocalDate and LocalTime objects.
Handler() - Constructor for class Handler
 

I

interpret(Map<String, Object>) - Static method in class Handler
Calls to interpret_(Map) on the singleton instance.
interpret(Map<String, Object>, String) - Static method in class Handler
Calls to interpret_(Map,String,String) on the singleton instance.
interpret(Map<String, Object>, String, String) - Static method in class Handler
Calls to interpret_(Map,String) on the singleton instance.
interpret_(Map<String, Object>) - Method in class Handler
Inteprets the given date & time features against the current anchor of this instance.
interpret_(Map<String, Object>, String) - Method in class Handler
Inteprets the given date & time features against the given anchor or direction.
interpret_(Map<String, Object>, String, String) - Method in class Handler
Inteprets the given date & time features against the given anchor and direction.

R

reset() - Method in class Handler
 

S

setAnchor(String) - Static method in class Handler
Calls to setAnchor_(java.lang.String) on the singleton instance.
setAnchor_(String) - Method in class Handler
Sets the anchor to be used by relative date/time expressions given to the interpret_ methods.
D H I R S 
All Classes All Packages