Class Tuple3ID


  • public class Tuple3ID
    extends java.lang.Object
    Stores a triple where the first entry is an integer (e.g. node id), the second and third a double value (e.g. x and y coordinates)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int id  
      double valueX  
      double valueY  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple3ID​(int id, double valueX, double valueY)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public int id
      • valueX

        public double valueX
      • valueY

        public double valueY
    • Constructor Detail

      • Tuple3ID

        public Tuple3ID​(int id,
                        double valueX,
                        double valueY)