Package com.senzing.g2.engine.plugin
Interface G2ExpressedFeaturePlugin
-
- All Superinterfaces:
G2PluginInterface
public interface G2ExpressedFeaturePlugin extends G2PluginInterface
Generates new expressed features from existing features
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classG2ExpressedFeaturePlugin.ProcessingContextContext 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 intprocess(G2ExpressedFeaturePlugin.ProcessingContext context)Runs the expressed feature processing.-
Methods inherited from interface com.senzing.g2.engine.plugin.G2PluginInterface
getVersion, init, shutdown
-
-
-
-
Method Detail
-
process
int process(G2ExpressedFeaturePlugin.ProcessingContext context)
Runs the expressed feature processing.- Parameters:
context- TheG2ExpressedFeaturePlugin.ProcessingContextfor performing the operation.- Returns:
- A non-negative number on success and a negative number on failure.
-
-