Uses of Class
ma.glasnost.orika.metadata.ScoringClassMapBuilder.PropertyMatchingWeights

Packages that use ScoringClassMapBuilder.PropertyMatchingWeights
ma.glasnost.orika.metadata   
 

Uses of ScoringClassMapBuilder.PropertyMatchingWeights in ma.glasnost.orika.metadata
 

Methods in ma.glasnost.orika.metadata that return ScoringClassMapBuilder.PropertyMatchingWeights
 ScoringClassMapBuilder.PropertyMatchingWeights ScoringClassMapBuilder.PropertyMatchingWeights.commonWordCount(double weight)
          Set the weight associated with the number of words found in common between two property expressions
 ScoringClassMapBuilder.PropertyMatchingWeights ScoringClassMapBuilder.PropertyMatchingWeights.containsName(double weight)
          Set the weight associated with one property containing the entire name of another property.
 ScoringClassMapBuilder.PropertyMatchingWeights ScoringClassMapBuilder.PropertyMatchingWeights.editDistance(double weight)
          Set the weight associated with the edit distance between words in two property expressions
 ScoringClassMapBuilder.PropertyMatchingWeights ScoringClassMapBuilder.PropertyMatchingWeights.minimumScore(double weight)
          Set the weight applied to the minimum score needed to accept a given match; setting higher values makes the matching more restrictive, lower scores make matching more lenient.
 ScoringClassMapBuilder.PropertyMatchingWeights ScoringClassMapBuilder.PropertyMatchingWeights.nestedDepth(double weight)
          Set the weight modifier associated with a property word's edit distance based on it's nesting depth; higher values here causes the matching to be more focused toward the final name of a nested property, lower values focus on the entire name more evenly
 ScoringClassMapBuilder.PropertyMatchingWeights ScoringClassMapBuilder.PropertyMatchingWeights.typeMatch(double weight)
          Set the weight associated with one property matching the type of the other
 ScoringClassMapBuilder.PropertyMatchingWeights ScoringClassMapBuilder.PropertyMatchingWeights.unmatchedWords(double weight)
          Set the weight associated with the number of unmatched words between two property expressions
 

Constructors in ma.glasnost.orika.metadata with parameters of type ScoringClassMapBuilder.PropertyMatchingWeights
ScoringClassMapBuilder.Factory(ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
          Constructs a new Factory for ScoringClassMapBuilder instances
ScoringClassMapBuilder.FieldMatchScore(Property propertyA, Property propertyB, ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
          Constructs a new FieldMatchScore based on the provided pair of properties, with scoring modified by the provided PropertyMatchingWeights
ScoringClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults, ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
          Constructs a new instance of ScoringClassMapBuilder, using the provided PropertyMatchingWeights to adjust the overall scoring of how properties are matched.
 



Copyright © 2013 Glasnost. All Rights Reserved.