Class CypherGraphStore

    • Constructor Detail

      • CypherGraphStore

        public CypherGraphStore​(org.neo4j.gds.api.GraphStore graphStore)
    • Method Detail

      • nodes

        public org.neo4j.gds.api.NodeMapping nodes()
        Specified by:
        nodes in interface org.neo4j.gds.api.GraphStore
        Overrides:
        nodes in class GraphStoreAdapter
      • addLabelToNode

        public void addLabelToNode​(long nodeId,
                                   org.neo4j.gds.NodeLabel nodeLabel)
        Specified by:
        addLabelToNode in interface NodeLabelUpdater