Class SaltValidatorProperties
- java.lang.Object
-
- org.corpus_tools.pepper.modules.PepperModuleProperties
-
- org.corpus_tools.pepper.modules.coreModules.SaltValidatorProperties
-
- All Implemented Interfaces:
Serializable
public class SaltValidatorProperties extends PepperModuleProperties
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_CLEANstatic StringPROP_SELF_RELATION-
Fields inherited from class org.corpus_tools.pepper.modules.PepperModuleProperties
pepperModuleProperties, PROP_AFTER_ADD_SLAYER, PROP_AFTER_COPY_RES, PROP_AFTER_REMOVE_ANNOTATIONS, PROP_AFTER_RENAME_ANNOTATIONS, PROP_AFTER_REPORT_CORPUSGRAPH, PROP_AFTER_TOKENIZE, PROP_BEFORE_ADD_SLAYER, PROP_BEFORE_READ_META
-
-
Constructor Summary
Constructors Constructor Description SaltValidatorProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisClean()BooleanisSelfRelation()-
Methods inherited from class org.corpus_tools.pepper.modules.PepperModuleProperties
addProperties, addProperty, checkProperties, checkProperty, getProperties, getProperty, getPropertyDesctriptions, getPropertyNames, removePropertyValue, setPropertyValue, setPropertyValues, setPropertyValues, stringToCharList, toString
-
-
-
-
Field Detail
-
PROP_CLEAN
public static final String PROP_CLEAN
- See Also:
- Constant Field Values
-
PROP_SELF_RELATION
public static final String PROP_SELF_RELATION
- See Also:
- Constant Field Values
-
-