Uses of Interface
com.senzing.g2.engine.plugin.G2EngineContext
-
Packages that use G2EngineContext Package Description com.senzing.g2.engine.plugin -
-
Uses of G2EngineContext in com.senzing.g2.engine.plugin
Classes in com.senzing.g2.engine.plugin that implement G2EngineContext Modifier and Type Class Description class
G2EngineContextJNI
Methods in com.senzing.g2.engine.plugin that return G2EngineContext Modifier and Type Method Description G2EngineContext
G2PluginInterface.InitContext. getEngineContext()
Gets theG2EngineContext
that has been associated with this instance.Constructors in com.senzing.g2.engine.plugin with parameters of type G2EngineContext Constructor Description InitContext(String configInfo, G2EngineContext engineContext)
Constructs the initialization context.
-