Package org.apache.uima.aae.client
Class UimaASProcessStatusImpl
java.lang.Object
org.apache.uima.aae.client.UimaASProcessStatusImpl
- All Implemented Interfaces:
Serializable,UimaASProcessStatus,org.apache.uima.collection.EntityProcessStatus
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p) UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p, boolean aSkip) UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p, String aCasReferenceId) UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p, String aCasReferenceId, String aParentCasReferenceId) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEventStatus(String aEventName, String aResultS, Throwable aE) org.apache.uima.util.ProcessTracebooleanGets whether an entity has beed skipped during processingbooleanvoidtoString()Show class variable names and their current values.
-
Field Details
-
isProcessed
public boolean isProcessed
-
-
Constructor Details
-
UimaASProcessStatusImpl
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p) -
UimaASProcessStatusImpl
-
UimaASProcessStatusImpl
-
UimaASProcessStatusImpl
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p, boolean aSkip)
-
-
Method Details
-
isException
public boolean isException()- Specified by:
isExceptionin interfaceorg.apache.uima.collection.EntityProcessStatus
-
getStatusMessage
- Specified by:
getStatusMessagein interfaceorg.apache.uima.collection.EntityProcessStatus
-
getExceptions
- Specified by:
getExceptionsin interfaceorg.apache.uima.collection.EntityProcessStatus
-
getFailedComponentNames
- Specified by:
getFailedComponentNamesin interfaceorg.apache.uima.collection.EntityProcessStatus
-
addEventStatus
-
getProcessTrace
public org.apache.uima.util.ProcessTrace getProcessTrace()- Specified by:
getProcessTracein interfaceorg.apache.uima.collection.EntityProcessStatus
-
printEventLog
public void printEventLog() -
isEntitySkipped
public boolean isEntitySkipped()Gets whether an entity has beed skipped during processing- Specified by:
isEntitySkippedin interfaceorg.apache.uima.collection.EntityProcessStatus- Returns:
- true if an entity was skipped, false otherwise
-
getCasReferenceId
- Specified by:
getCasReferenceIdin interfaceUimaASProcessStatus
-
getParentCasReferenceId
- Specified by:
getParentCasReferenceIdin interfaceUimaASProcessStatus
-
toString
Show class variable names and their current values. Uses reflection to obtain a list of variables from the class.
-