public class ExtractionVerificationStepParameters extends StringParameters implements IEditorDescriptionProvider
| Modifier and Type | Field and Description |
|---|---|
boolean |
monolingual |
bufferpath| Constructor and Description |
|---|
ExtractionVerificationStepParameters() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramsDesc) |
boolean |
getAllEvents() |
boolean |
getCompareSkeleton() |
boolean |
getInterrupt() |
int |
getLimit() |
ParametersDescription |
getParametersDescription() |
boolean |
getStepEnabled() |
void |
reset() |
void |
setAllEvents(boolean allEvents) |
void |
setCompareSkeleton(boolean compareSkeleton) |
void |
setInterrupt(boolean interrupt) |
void |
setLimit(int limit) |
void |
setStepEnabled(boolean stepEnabled) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic ExtractionVerificationStepParameters()
public void reset()
reset in interface IParametersreset in class StringParameterspublic boolean getStepEnabled()
public void setStepEnabled(boolean stepEnabled)
public boolean getCompareSkeleton()
public void setCompareSkeleton(boolean compareSkeleton)
public boolean getAllEvents()
public void setAllEvents(boolean allEvents)
public int getLimit()
public void setLimit(int limit)
public boolean getInterrupt()
public void setInterrupt(boolean interrupt)
public ParametersDescription getParametersDescription()
getParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2022. All rights reserved.