Class ScalePropertiesStreamProc.Result

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long nodeId  
      java.util.List<java.lang.Double> scaledProperty  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(long nodeId, double[] scaledProperty)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nodeId

        public final long nodeId
      • scaledProperty

        public final java.util.List<java.lang.Double> scaledProperty
    • Constructor Detail

      • Result

        public Result​(long nodeId,
                      double[] scaledProperty)