Interface GraphFactory.PropertyConfig

  • Enclosing class:
    GraphFactory

    public static interface GraphFactory.PropertyConfig
    • Method Detail

      • aggregation

        @Default
        default org.neo4j.gds.core.Aggregation aggregation()
      • defaultValue

        @Default
        default org.neo4j.gds.api.DefaultValue defaultValue()
      • of

        static GraphFactory.PropertyConfig of​(org.neo4j.gds.core.Aggregation aggregation,
                                              org.neo4j.gds.api.DefaultValue defaultValue)
      • of

        static GraphFactory.PropertyConfig of​(java.util.Optional<org.neo4j.gds.core.Aggregation> aggregation,
                                              java.util.Optional<org.neo4j.gds.api.DefaultValue> defaultValue)