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