Package org.neo4j.gds.core.cypher
Class CypherGraphStore.StateVisitor.Adapter
- java.lang.Object
-
- org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor.Adapter
-
- All Implemented Interfaces:
CypherGraphStore.StateVisitor
- Direct Known Subclasses:
RelationshipIds
- Enclosing interface:
- CypherGraphStore.StateVisitor
public static class CypherGraphStore.StateVisitor.Adapter extends java.lang.Object implements CypherGraphStore.StateVisitor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor
CypherGraphStore.StateVisitor.Adapter
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnodeLabelAdded(java.lang.String nodeLabel)voidnodePropertyAdded(java.lang.String propertyKey)voidnodePropertyRemoved(java.lang.String propertyKey)voidrelationshipPropertyAdded(java.lang.String relationshipProperty)voidrelationshipTypeAdded(java.lang.String relationshipType)
-
-
-
Method Detail
-
nodePropertyRemoved
public void nodePropertyRemoved(java.lang.String propertyKey)
- Specified by:
nodePropertyRemovedin interfaceCypherGraphStore.StateVisitor
-
nodePropertyAdded
public void nodePropertyAdded(java.lang.String propertyKey)
- Specified by:
nodePropertyAddedin interfaceCypherGraphStore.StateVisitor
-
nodeLabelAdded
public void nodeLabelAdded(java.lang.String nodeLabel)
- Specified by:
nodeLabelAddedin interfaceCypherGraphStore.StateVisitor
-
relationshipTypeAdded
public void relationshipTypeAdded(java.lang.String relationshipType)
- Specified by:
relationshipTypeAddedin interfaceCypherGraphStore.StateVisitor
-
relationshipPropertyAdded
public void relationshipPropertyAdded(java.lang.String relationshipProperty)
- Specified by:
relationshipPropertyAddedin interfaceCypherGraphStore.StateVisitor
-
-