Class Model


  • public final class Model
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Model getInst()  
      <V> V getMetric​(java.lang.String name, java.util.Map<java.lang.String,​V> mapMetric, java.util.function.Function<java.lang.String,​V> buildMetric)  
      • Methods inherited from class java.lang.Object

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

      • getInst

        public static Model getInst()
      • getMetric

        public <V> V getMetric​(java.lang.String name,
                               java.util.Map<java.lang.String,​V> mapMetric,
                               java.util.function.Function<java.lang.String,​V> buildMetric)