|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resourceSpecifier.factory.impl.ErrorHandlingSettingsImpl
org.apache.uima.resourceSpecifier.factory.impl.ProcessCasErrorsImpl
public class ProcessCasErrorsImpl
The Class ProcessCasErrorsImpl.
Field Summary | |
---|---|
protected org.apache.uima.resourceSpecifier.ProcessCasErrorsType |
pcet
The pcet. |
Constructor Summary | |
---|---|
protected |
ProcessCasErrorsImpl(org.apache.uima.resourceSpecifier.ProcessCasErrorsType pcet,
ServiceContext context,
boolean topLevel)
Instantiates a new process cas errors impl. |
Method Summary | |
---|---|
Action |
getThresholdAction()
Gets the threshold action. |
int |
getThresholdCount()
Gets the threshold count. |
int |
getThresholdWindow()
Gets the threshold window. |
void |
setThresholdAction(Action action)
Sets the threshold action. |
void |
setThresholdCount(int threshold)
Sets the threshold count. |
void |
setThresholdWindow(int window)
Sets the threshold window. |
Methods inherited from class org.apache.uima.resourceSpecifier.factory.impl.ErrorHandlingSettingsImpl |
---|
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.ErrorHandlingSettings |
---|
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout |
Field Detail |
---|
protected org.apache.uima.resourceSpecifier.ProcessCasErrorsType pcet
Constructor Detail |
---|
protected ProcessCasErrorsImpl(org.apache.uima.resourceSpecifier.ProcessCasErrorsType pcet, ServiceContext context, boolean topLevel)
pcet
- the pcetcontext
- the contexttopLevel
- the top levelMethod Detail |
---|
public int getThresholdCount()
ProcessCasErrors
getThresholdCount
in interface ProcessCasErrors
public void setThresholdCount(int threshold)
ProcessCasErrors
setThresholdCount
in interface ProcessCasErrors
threshold
- the new threshold countpublic int getThresholdWindow()
ProcessCasErrors
getThresholdWindow
in interface ProcessCasErrors
public void setThresholdWindow(int window)
ProcessCasErrors
setThresholdWindow
in interface ProcessCasErrors
window
- the new threshold windowpublic Action getThresholdAction()
ProcessCasErrors
getThresholdAction
in interface ProcessCasErrors
public void setThresholdAction(Action action)
ProcessCasErrors
setThresholdAction
in interface ProcessCasErrors
action
- the new threshold action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |