org.apache.uima.aae.client
Class UimaASProcessStatusImpl
java.lang.Object
org.apache.uima.aae.client.UimaASProcessStatusImpl
- All Implemented Interfaces:
- java.io.Serializable, UimaASProcessStatus, org.apache.uima.collection.EntityProcessStatus
public class UimaASProcessStatusImpl
- extends java.lang.Object
- implements UimaASProcessStatus
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
isProcessed
public boolean isProcessed
UimaASProcessStatusImpl
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p)
UimaASProcessStatusImpl
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
java.lang.String aCasReferenceId)
UimaASProcessStatusImpl
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
java.lang.String aCasReferenceId,
java.lang.String aParentCasReferenceId)
UimaASProcessStatusImpl
public UimaASProcessStatusImpl(org.apache.uima.util.ProcessTrace p,
boolean aSkip)
isException
public boolean isException()
- Specified by:
isException
in interface org.apache.uima.collection.EntityProcessStatus
getStatusMessage
public java.lang.String getStatusMessage()
- Specified by:
getStatusMessage
in interface org.apache.uima.collection.EntityProcessStatus
getExceptions
public java.util.List getExceptions()
- Specified by:
getExceptions
in interface org.apache.uima.collection.EntityProcessStatus
getFailedComponentNames
public java.util.List getFailedComponentNames()
- Specified by:
getFailedComponentNames
in interface org.apache.uima.collection.EntityProcessStatus
addEventStatus
public void addEventStatus(java.lang.String aEventName,
java.lang.String aResultS,
java.lang.Throwable aE)
getProcessTrace
public org.apache.uima.util.ProcessTrace getProcessTrace()
- Specified by:
getProcessTrace
in interface org.apache.uima.collection.EntityProcessStatus
printEventLog
public void printEventLog()
isEntitySkipped
public boolean isEntitySkipped()
- Gets whether an entity has beed skipped during processing
- Specified by:
isEntitySkipped
in interface org.apache.uima.collection.EntityProcessStatus
- Returns:
- true if an entity was skipped, false otherwise
getCasReferenceId
public java.lang.String getCasReferenceId()
- Specified by:
getCasReferenceId
in interface UimaASProcessStatus
getParentCasReferenceId
public java.lang.String getParentCasReferenceId()
- Specified by:
getParentCasReferenceId
in interface UimaASProcessStatus
toString
public java.lang.String toString()
- Show class variable names and their current values. Uses reflection to obtain a list of
variables from the class.
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.