Class UpdatableFloatArrayNodeProperty

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float[] floatArrayValue​(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.FloatArrayNodePropertyValues

        dimension, doubleArrayValue, 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

      • UpdatableFloatArrayNodeProperty

        public UpdatableFloatArrayNodeProperty​(long nodeCount,
                                               float[] defaultValue)
    • Method Detail

      • nodeCount

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

        public float[] floatArrayValue​(long nodeId)
        Specified by:
        floatArrayValue in interface org.neo4j.gds.api.properties.nodes.FloatArrayNodePropertyValues
        Specified by:
        floatArrayValue in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues