org.apache.uima.aae.error
Class ErrorResultTDsImpl.TDImpl

java.lang.Object
  extended by org.apache.uima.aae.error.ErrorResultTDsImpl.TDImpl
All Implemented Interfaces:
java.io.Serializable, ErrorResultTDs.TD
Enclosing class:
ErrorResultTDsImpl

public static class ErrorResultTDsImpl.TDImpl
extends java.lang.Object
implements ErrorResultTDs.TD

See Also:
Serialized Form

Constructor Summary
ErrorResultTDsImpl.TDImpl(java.lang.String aPath, boolean terminated, boolean disabled)
           
 
Method Summary
 java.lang.String gatPath()
           
 void setDisabled()
           
 void setTerminated()
           
 boolean wasDisabled()
           
 boolean wasTerminated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorResultTDsImpl.TDImpl

public ErrorResultTDsImpl.TDImpl(java.lang.String aPath,
                                 boolean terminated,
                                 boolean disabled)
Method Detail

gatPath

public java.lang.String gatPath()
Specified by:
gatPath in interface ErrorResultTDs.TD

setTerminated

public void setTerminated()
Specified by:
setTerminated in interface ErrorResultTDs.TD

setDisabled

public void setDisabled()
Specified by:
setDisabled in interface ErrorResultTDs.TD

wasTerminated

public boolean wasTerminated()
Specified by:
wasTerminated in interface ErrorResultTDs.TD

wasDisabled

public boolean wasDisabled()
Specified by:
wasDisabled in interface ErrorResultTDs.TD


Copyright © 2012. All Rights Reserved.