Package org.apache.uima.ducc.transport.event.jd

Examples of org.apache.uima.ducc.transport.event.jd.UimaStatistic


              String shortname = item.getDisplayName();
              long anTime = item.getAnalysisTime();
              long anMinTime = item.getAnalysisTimeMin();
              long anMaxTime = item.getAnalysisTimeMax();
              //analysisTime += anTime;
              UimaStatistic stat = new UimaStatistic(shortname, entry.getKey(), anTime, anMinTime, anMaxTime);
              uimaStats.add(stat);
            }
            Collections.sort(uimaStats);
            int numstats = uimaStats.size();
            DecimalFormat formatter = new DecimalFormat("##0.0");
View Full Code Here

TOP

Related Classes of org.apache.uima.ducc.transport.event.jd.UimaStatistic

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.