Uses of Class
com.senzing.g2.engine.plugin.FeatureElementInfo
-
Packages that use FeatureElementInfo Package Description com.senzing.g2.engine.plugin -
-
Uses of FeatureElementInfo in com.senzing.g2.engine.plugin
Methods in com.senzing.g2.engine.plugin that return types with arguments of type FeatureElementInfo Modifier and Type Method Description List<FeatureElementInfo>
FeatureInfo. getFeatureElementValues()
Gets an unmodifiableList
of theFeatureElementInfo
instances describing the feature values for this instance.Constructors in com.senzing.g2.engine.plugin with parameters of type FeatureElementInfo Constructor Description FeatureInfo(String featureTypeCode, FeatureElementInfo... elementInfos)
Constructs with the feature type code and zero or moreFeatureElementInfo
instances.
-