Jerry Cwiklik created UIMA-5545:
-----------------------------------
Summary: UIMA-DUCC: add toString() to IPerformanceMetrics
Key: UIMA-5545
URL: https://issues.apache.org/jira/browse/UIMA-5545
Project: UIMA
Issue Type: Improvement
Components: DUCC
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.2.2-Ducc
The IPerformanceMetrics interface and all implementations should provide
toString() override to extract metrics from Properties. Currently the user code
has to call get() which returns List<Properties> and iterate over this. If all
the user wants is to log metrics, toString() convenience method would hide all
the details of this iteration and instead would return formatted string ready
for logging.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)