.fgetInt(Constants.FRAME_TO_CAS_TIME);
if (frameToCasTime > 0) {
totalFrameToCasTime += frameToCasTime;
aPT.addEvent(aResourceName, Constants.FRAME_TO_CAS_TIME, "", frameToCasTime, "success");
}
int annotationTime = responseFrame.fgetVinciFrame("DATA").fgetInt(Constants.ANNOTATION_TIME);
if (annotationTime > 0) {
totalAnnotationTime += annotationTime;
aPT.addEvent(aResourceName, ProcessTraceEvent.ANALYSIS, "", annotationTime, "success");
}
int casToFrameTime = responseFrame.fgetVinciFrame("DATA")