Uses of Class
com.senzing.g2.engine.plugin.FeatureInfo
- 
Packages that use FeatureInfo Package Description com.senzing.g2.engine.plugin 
- 
- 
Uses of FeatureInfo in com.senzing.g2.engine.pluginMethods in com.senzing.g2.engine.plugin that return FeatureInfo Modifier and Type Method Description FeatureInfoG2ScoringPlugin.ScoringContext. getFeature1()Gets the first feature to compare for scoring.FeatureInfoG2ScoringPlugin.ScoringContext. getFeature2()Gets the second feature to compare for scoring.FeatureInfoG2StandardizationPlugin.ProcessingContext. getInput()Gets theFeatureInfodescribing the input feature.FeatureInfoG2SuppressedFeaturePlugin.GeneralizationCheckContext. getPossibleGeneralizationComponents()Gets the possibly generalized feature.FeatureInfoG2SuppressedFeaturePlugin.GeneralizationCheckContext. getPrimaryComponents()Gets the primary feature.FeatureInfoG2StandardizationPlugin.ProcessingContext. getResult()Gets theFeatureInfodescribing the result feature.Methods in com.senzing.g2.engine.plugin that return types with arguments of type FeatureInfo Modifier and Type Method Description List<FeatureInfo>G2ExpressedFeaturePlugin.ProcessingContext. getInput()Gets an unmodifiableListcontaining theFeatureInfoinstances describing the input feature values.List<FeatureInfo>G2ExpressedFeaturePlugin.ProcessingContext. getResult()Gets the modifiable resultList.Methods in com.senzing.g2.engine.plugin with parameters of type FeatureInfo Modifier and Type Method Description voidG2StandardizationPlugin.ProcessingContext. setResult(FeatureInfo result)Sets the result featureConstructors in com.senzing.g2.engine.plugin with parameters of type FeatureInfo Constructor Description GeneralizationCheckContext(FeatureInfo primaryFeature, FeatureInfo possibleGeneralizationFeature)Constructs with the features to check for generalization.ProcessingContext(FeatureInfo input)Constructs an instance based on an input feature.ScoringContext(FeatureInfo feature1, FeatureInfo feature2)Constructs with the features to compare for scoring.Constructor parameters in com.senzing.g2.engine.plugin with type arguments of type FeatureInfo Constructor Description ProcessingContext(List<FeatureInfo> input)Constructs with theListofFeatureInfoinstances describing the feature values to be processed.
 
-