Uses of Class
com.senzing.g2.engine.plugin.G2EngineContext.StringScoringContext
-
Packages that use G2EngineContext.StringScoringContext Package Description com.senzing.g2.engine.plugin -
-
Uses of G2EngineContext.StringScoringContext in com.senzing.g2.engine.plugin
Methods in com.senzing.g2.engine.plugin that return G2EngineContext.StringScoringContext Modifier and Type Method Description G2EngineContext.StringScoringContext
G2EngineContext.StringScoringContext. setElemType(String elemType)
Sets the element type.G2EngineContext.StringScoringContext
G2EngineContext.StringScoringContext. setString1(String str)
Sets the first string value.G2EngineContext.StringScoringContext
G2EngineContext.StringScoringContext. setString1Hashed(boolean hashed)
Marks whether or not the first string value as hashed.G2EngineContext.StringScoringContext
G2EngineContext.StringScoringContext. setString2(String str)
Sets the second string value.G2EngineContext.StringScoringContext
G2EngineContext.StringScoringContext. setString2Hashed(boolean hashed)
Marks whether or not the second string value as hashed.Methods in com.senzing.g2.engine.plugin with parameters of type G2EngineContext.StringScoringContext Modifier and Type Method Description int
G2EngineContext. scoreStrings(G2EngineContext.StringScoringContext context)
Performs a string scoring operation.int
G2EngineContextJNI. scoreStrings(G2EngineContext.StringScoringContext context)
-