Class GraphExploreRequest.TermBoost

  • Enclosing class:
    GraphExploreRequest

    public static class GraphExploreRequest.TermBoost
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TermBoost​(java.lang.String term, float boost)  
    • Method Summary

      Modifier and Type Method Description
      float getBoost()  
      java.lang.String getTerm()  
      • Methods inherited from class java.lang.Object

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

      • TermBoost

        public TermBoost​(java.lang.String term,
                         float boost)
    • Method Detail

      • getTerm

        public java.lang.String getTerm()
      • getBoost

        public float getBoost()