Class DNGQSample


  • public class DNGQSample
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DNGQSample​(java.lang.String node, java.lang.String action, double score)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNode()  
      double getScore()  
      java.lang.String getSuccessor()  
      • Methods inherited from class java.lang.Object

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

      • DNGQSample

        public DNGQSample​(java.lang.String node,
                          java.lang.String action,
                          double score)
    • Method Detail

      • getNode

        public java.lang.String getNode()
      • getSuccessor

        public java.lang.String getSuccessor()
      • getScore

        public double getScore()