Interface SourceNodesConfig


  • public interface SourceNodesConfig
    • Method Detail

      • sourceNodes

        @Default
        @ConvertWith("org.neo4j.graphalgo.config.SourceNodesConfig#parseNodeIds")
        default java.util.List<java.lang.Long> sourceNodes()
      • parseNodeIds

        static java.util.List<java.lang.Long> parseNodeIds​(java.lang.Object input)
      • parseNodeId

        static java.lang.Long parseNodeId​(java.lang.Object input)