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 interface  CypherAggregation.GraphProjectFromCypherAggregation.Cases<R>  
      • Nested classes/interfaces inherited from interface org.neo4j.gds.config.GraphProjectConfig

        org.neo4j.gds.config.GraphProjectConfig.Rewriter, org.neo4j.gds.config.GraphProjectConfig.Visitor
    • Field Summary

      • Fields inherited from interface org.neo4j.gds.config.BaseConfig

        SUDO_KEY
      • Fields inherited from interface org.neo4j.gds.config.GraphProjectConfig

        IMPLICIT_GRAPH_NAME, NODE_COUNT_KEY, READ_CONCURRENCY_KEY, RELATIONSHIP_COUNT_KEY
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default <R> R accept​(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)  
      default org.neo4j.gds.core.Aggregation aggregation()  
      default org.neo4j.gds.api.GraphStoreFactory.Supplier graphStoreFactory()  
      default org.neo4j.gds.Orientation orientation()  
      • Methods inherited from interface org.neo4j.gds.config.BaseConfig

        configKeys, sudo, toMap, usernameOverride
      • Methods inherited from interface org.neo4j.gds.config.GraphProjectConfig

        creationTime, graphName, isFictitiousLoading, nodeCount, readConcurrency, relationshipCount, username, validateReadConcurrency, validateRelationships
    • 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:
        graphStoreFactory in interface org.neo4j.gds.config.GraphProjectConfig
      • accept

        @Ignore
        default <R> R accept​(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)
        Specified by:
        accept in interface org.neo4j.gds.config.GraphProjectConfig