Interface NodeWeightConfig


  • public interface NodeWeightConfig
    • Method Detail

      • nodeWeightProperty

        @Default
        @ConvertWith(method="validatePropertyName")
        @Nullable
        default @Nullable java.lang.String nodeWeightProperty()
      • validatePropertyName

        @Nullable
        static @Nullable java.lang.String validatePropertyName​(java.lang.String input)
      • nodeWeightValidation

        @GraphStoreValidationCheck
        @Default
        default void nodeWeightValidation​(GraphStore graphStore,
                                          java.util.Collection<org.neo4j.gds.NodeLabel> selectedLabels,
                                          java.util.Collection<org.neo4j.gds.RelationshipType> selectedRelationshipTypes)