Package org.neo4j.gds.projection
Interface CypherAggregation.GraphProjectFromCypherAggregation
-
- All Superinterfaces:
org.neo4j.gds.config.BaseConfig,org.neo4j.gds.config.GraphProjectConfig,org.neo4j.gds.config.ToMapConvertible
- Enclosing class:
- CypherAggregation
public static interface CypherAggregation.GraphProjectFromCypherAggregation extends org.neo4j.gds.config.GraphProjectConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCypherAggregation.GraphProjectFromCypherAggregation.Cases<R>
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <R> Raccept(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)default org.neo4j.gds.core.Aggregationaggregation()default org.neo4j.gds.api.GraphStoreFactory.SuppliergraphStoreFactory()default org.neo4j.gds.Orientationorientation()
-
-
-
Method Detail
-
orientation
@Default default org.neo4j.gds.Orientation orientation()
-
aggregation
@Default default org.neo4j.gds.core.Aggregation aggregation()
-
graphStoreFactory
default org.neo4j.gds.api.GraphStoreFactory.Supplier graphStoreFactory()
- Specified by:
graphStoreFactoryin interfaceorg.neo4j.gds.config.GraphProjectConfig
-
accept
@Ignore default <R> R accept(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)
- Specified by:
acceptin interfaceorg.neo4j.gds.config.GraphProjectConfig
-
-