Class PropertyProducer.EmptyPropertyProducer

    • Constructor Detail

      • EmptyPropertyProducer

        public EmptyPropertyProducer()
    • Method Detail

      • propertyType

        public org.neo4j.gds.api.nodeproperties.ValueType propertyType()
        Specified by:
        propertyType in interface PropertyProducer<double[]>
      • setProperty

        public void setProperty​(long nodeId,
                                double[] doubles,
                                int index,
                                java.util.Random random)
        Specified by:
        setProperty in interface PropertyProducer<double[]>