Class MultiValuesSource<VS extends ValuesSource>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​VS> values  
    • Method Summary

      Modifier and Type Method Description
      boolean areValuesSourcesEmpty()  
      boolean needsScores()  
      • Methods inherited from class java.lang.Object

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

      • values

        protected java.util.Map<java.lang.String,​VS extends ValuesSource> values
    • Constructor Detail

      • MultiValuesSource

        public MultiValuesSource()
    • Method Detail

      • needsScores

        public boolean needsScores()
      • areValuesSourcesEmpty

        public boolean areValuesSourcesEmpty()