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.plugin
Methods in com.senzing.g2.engine.plugin that return FeatureInfo Modifier and Type Method Description FeatureInfo
G2ScoringPlugin.ScoringContext. getFeature1()
Gets the first feature to compare for scoring.FeatureInfo
G2ScoringPlugin.ScoringContext. getFeature2()
Gets the second feature to compare for scoring.FeatureInfo
G2StandardizationPlugin.ProcessingContext. getInput()
Gets theFeatureInfo
describing the input feature.FeatureInfo
G2SuppressedFeaturePlugin.GeneralizationCheckContext. getPossibleGeneralizationComponents()
Gets the possibly generalized feature.FeatureInfo
G2SuppressedFeaturePlugin.GeneralizationCheckContext. getPrimaryComponents()
Gets the primary feature.FeatureInfo
G2StandardizationPlugin.ProcessingContext. getResult()
Gets theFeatureInfo
describing 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 unmodifiableList
containing theFeatureInfo
instances 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 void
G2StandardizationPlugin.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 theList
ofFeatureInfo
instances describing the feature values to be processed.
-