Package com.senzing.g2.engine.plugin
Interface G2StandardizationPlugin
-
- All Superinterfaces:
G2PluginInterface
public interface G2StandardizationPlugin extends G2PluginInterface
Standardizes a feature
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
G2StandardizationPlugin.ProcessingContext
Context for processing.-
Nested classes/interfaces inherited from interface com.senzing.g2.engine.plugin.G2PluginInterface
G2PluginInterface.InitContext, G2PluginInterface.VersionContext
-
-
Field Summary
-
Fields inherited from interface com.senzing.g2.engine.plugin.G2PluginInterface
PLUGIN_CRITICAL_ERROR, PLUGIN_OUTPUT_BUFFER_SIZE_ERROR, PLUGIN_SIMPLE_ERROR, PLUGIN_SUCCESS, PLUGIN_SUCCESS_WITH_INFO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
process(G2StandardizationPlugin.ProcessingContext context)
Runs the feature standardization process-
Methods inherited from interface com.senzing.g2.engine.plugin.G2PluginInterface
getVersion, init, shutdown
-
-
-
-
Method Detail
-
process
int process(G2StandardizationPlugin.ProcessingContext context)
Runs the feature standardization process- Parameters:
context
- TheG2StandardizationPlugin.ProcessingContext
for performing the operation.- Returns:
- A non-negative number on success and a negative number on failure.
-
-