Package org.neo4j.gds.projection
Interface GraphProjectFromCypherAggregationConfig.Visitor
-
- All Superinterfaces:
org.neo4j.gds.config.GraphProjectConfig.Cases<java.lang.Void>,GraphProjectFromCypherAggregationConfig.Cases<java.lang.Void>
- Enclosing interface:
- GraphProjectFromCypherAggregationConfig
public static interface GraphProjectFromCypherAggregationConfig.Visitor extends GraphProjectFromCypherAggregationConfig.Cases<java.lang.Void>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.VoidcypherAggregation(GraphProjectFromCypherAggregationConfig cypherAggregationConfig)default voidvisit(GraphProjectFromCypherAggregationConfig cypherAggregationConfig)
-
-
-
Method Detail
-
cypherAggregation
default java.lang.Void cypherAggregation(GraphProjectFromCypherAggregationConfig cypherAggregationConfig)
- Specified by:
cypherAggregationin interfaceGraphProjectFromCypherAggregationConfig.Cases<java.lang.Void>
-
visit
default void visit(GraphProjectFromCypherAggregationConfig cypherAggregationConfig)
-
-