Package | Description |
---|---|
org.apache.uima.util |
Utility classes and interfaces used by UIMA components.
|
Modifier and Type | Method and Description |
---|---|
ProcessTraceEvent |
ProcessTrace.getEvent(String aComponentName,
String aType)
Get a specified event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessTrace.addEvent(ProcessTraceEvent aEvent)
Adds a completed event object to this
ProcessTrace . |
protected void |
AnalysisEnginePerformanceReports.addEventData(ProcessTraceEvent aEvent) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessTrace.addAll(List<ProcessTraceEvent> aEventList)
Adds a list of completed event objects to this
ProcessTrace . |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.