Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, the UIMA Java SDK only supports String, Boolean, Integer and Float parameter values. It does not support e.g. Double values (also not Long values).
It would be nice if at least Double and possibly even Long could be supported as well.
An alternative would be to replace the types backing the "Float" and "Integer" parameter types (Java Float and Java Integer) with Java Double and Java Long.