Package org.omras2

Class Result

  • java.lang.Object
    • org.omras2.Result


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

      Constructors 
      Constructor and Description
      Result(java.lang.String key, double distance, int ipos, int qpos) 
    • Method Summary

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

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

      • Result

        public Result(java.lang.String key,
                      double distance,
                      int ipos,
                      int qpos)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object