Interface DegreeCentralityConfig

  • All Superinterfaces:
    org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.BaseConfig, org.neo4j.graphalgo.config.ConcurrencyConfig, org.neo4j.graphalgo.config.RelationshipWeightConfig, org.neo4j.graphalgo.config.WriteConfig, org.neo4j.graphalgo.config.WritePropertyConfig

    @Configuration("DegreeCentralityConfigImpl")
    public interface DegreeCentralityConfig
    extends org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.RelationshipWeightConfig, org.neo4j.graphalgo.config.WritePropertyConfig
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_SCORE_PROPERTY  
      • Fields inherited from interface org.neo4j.graphalgo.config.AlgoBaseConfig

        NODE_LABELS_KEY
      • Fields inherited from interface org.neo4j.graphalgo.config.BaseConfig

        SUDO_KEY
      • Fields inherited from interface org.neo4j.graphalgo.config.ConcurrencyConfig

        CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
      • Fields inherited from interface org.neo4j.graphalgo.config.WriteConfig

        WRITE_CONCURRENCY_KEY
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean isWeighted()  
      default java.lang.String writeProperty()  
      • Methods inherited from interface org.neo4j.graphalgo.config.AlgoBaseConfig

        graphName, implicitCreateConfig, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes
      • Methods inherited from interface org.neo4j.graphalgo.config.BaseConfig

        configKeys, sudo, toMap, username
      • Methods inherited from interface org.neo4j.graphalgo.config.ConcurrencyConfig

        concurrency, validateConcurrency
      • Methods inherited from interface org.neo4j.graphalgo.config.RelationshipWeightConfig

        relationshipWeightProperty
      • Methods inherited from interface org.neo4j.graphalgo.config.WriteConfig

        validateWriteConcurrency, writeConcurrency
    • Field Detail

      • DEFAULT_SCORE_PROPERTY

        static final java.lang.String DEFAULT_SCORE_PROPERTY
        See Also:
        Constant Field Values
    • Method Detail

      • isWeighted

        @Ignore
        @Default
        default boolean isWeighted()
      • writeProperty

        @Default
        default java.lang.String writeProperty()
        Specified by:
        writeProperty in interface org.neo4j.graphalgo.config.WritePropertyConfig