Package org.neo4j.gds.core.cypher
Interface NodeLabelUpdater
-
- All Known Implementing Classes:
CypherGraphStore,CypherNodeMapping
public interface NodeLabelUpdater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLabelToNode(long nodeId, org.neo4j.gds.NodeLabel nodeLabel)voidaddNodeLabel(org.neo4j.gds.NodeLabel nodeLabel)
-