Class AttributeNormalizer.Attribute

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String key  
      (package private) java.lang.String value  
      (package private) int weight  
    • Constructor Summary

      Constructors 
      Constructor Description
      Attribute​(java.lang.String key, java.lang.String value, int weight)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        final java.lang.String key
      • value

        final java.lang.String value
      • weight

        final int weight
    • Constructor Detail

      • Attribute

        public Attribute​(java.lang.String key,
                         java.lang.String value,
                         int weight)