Uses of Class
annotation.MatchingStrategy.IntersectionType

Packages that use MatchingStrategy.IntersectionType
annotation   
 

Uses of MatchingStrategy.IntersectionType in annotation
 

Fields in annotation declared as MatchingStrategy.IntersectionType
private  MatchingStrategy.IntersectionType MatchingStrategy.intersectionType
           
 

Methods in annotation that return MatchingStrategy.IntersectionType
static MatchingStrategy.IntersectionType MatchingStrategy.IntersectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MatchingStrategy.IntersectionType[] MatchingStrategy.IntersectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in annotation with parameters of type MatchingStrategy.IntersectionType
private static double MatchingStrategy.getVectorSimilarity(java.util.Map<java.lang.String,java.lang.Double> vector1, java.util.Map<java.lang.String,java.lang.Double> vector2, MatchingStrategy.IntersectionType intersectionType)