Class UpdatableDoubleArrayNodeProperty

  • All Implemented Interfaces:
    org.neo4j.gds.api.properties.nodes.DoubleArrayNodePropertyValues, org.neo4j.gds.api.properties.nodes.NodePropertyValues, org.neo4j.gds.api.properties.PropertyValues, UpdatableNodeProperty

    public class UpdatableDoubleArrayNodeProperty
    extends java.lang.Object
    implements UpdatableNodeProperty, org.neo4j.gds.api.properties.nodes.DoubleArrayNodePropertyValues
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] doubleArrayValue​(long nodeId)  
      long nodeCount()  
      void updatePropertyValue​(long nodeId, org.neo4j.values.storable.Value value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.gds.api.properties.nodes.DoubleArrayNodePropertyValues

        dimension, floatArrayValue, getObject, value, valueType
      • Methods inherited from interface org.neo4j.gds.api.properties.nodes.NodePropertyValues

        doubleValue, getMaxDoublePropertyValue, getMaxLongPropertyValue, hasValue, longArrayValue, longValue
      • Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues

        unsupportedTypeException
    • Constructor Detail

      • UpdatableDoubleArrayNodeProperty

        public UpdatableDoubleArrayNodeProperty​(long nodeCount,
                                                double[] defaultValue)
    • Method Detail

      • nodeCount

        public long nodeCount()
        Specified by:
        nodeCount in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues
      • doubleArrayValue

        public double[] doubleArrayValue​(long nodeId)
        Specified by:
        doubleArrayValue in interface org.neo4j.gds.api.properties.nodes.DoubleArrayNodePropertyValues
        Specified by:
        doubleArrayValue in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues