|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessTraceEvent | |
---|---|
org.apache.uima.util | Utility classes and interfaces used by UIMA components. |
Uses of ProcessTraceEvent in org.apache.uima.util |
---|
Methods in org.apache.uima.util that return ProcessTraceEvent | |
---|---|
ProcessTraceEvent |
ProcessTrace.getEvent(String aComponentName,
String aType)
Get a specified event. |
Methods in org.apache.uima.util that return types with arguments of type ProcessTraceEvent | |
---|---|
List<ProcessTraceEvent> |
ProcessTrace.getEvents()
Gets a list of ProcessTraceEvent s, in the order in which they were created. |
List<ProcessTraceEvent> |
ProcessTrace.getEventsByComponentName(String aComponentName,
boolean aRecurseWithinMatch)
Gets all events that have the given Component name. |
List<ProcessTraceEvent> |
ProcessTrace.getEventsByType(String aType,
boolean aRecurseWithinMatch)
Gets all events that have the given type |
List<ProcessTraceEvent> |
ProcessTraceEvent.getSubEvents()
Gets the sub-events of this event. |
Methods in org.apache.uima.util with parameters of type ProcessTraceEvent | |
---|---|
void |
ProcessTrace.addEvent(ProcessTraceEvent aEvent)
Adds a completed event object to this ProcessTrace . |
protected void |
AnalysisEnginePerformanceReports.addEventData(ProcessTraceEvent aEvent)
|
Method parameters in org.apache.uima.util with type arguments of type ProcessTraceEvent | |
---|---|
void |
ProcessTrace.addAll(List<ProcessTraceEvent> aEventList)
Adds a list of completed event objects to this ProcessTrace . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |