Class SettingProxyFactoryImpl

  • All Implemented Interfaces:
    org.neo4j.gds.compat.ProxyFactory<org.neo4j.gds.compat.SettingProxyApi>, org.neo4j.gds.compat.SettingProxyFactory

    public final class SettingProxyFactoryImpl
    extends java.lang.Object
    implements org.neo4j.gds.compat.SettingProxyFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canLoad​(org.neo4j.gds.compat.Neo4jVersion version)  
      java.lang.String description()  
      org.neo4j.gds.compat.SettingProxyApi load()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SettingProxyFactoryImpl

        public SettingProxyFactoryImpl()
    • Method Detail

      • canLoad

        public boolean canLoad​(org.neo4j.gds.compat.Neo4jVersion version)
        Specified by:
        canLoad in interface org.neo4j.gds.compat.ProxyFactory<org.neo4j.gds.compat.SettingProxyApi>
      • load

        public org.neo4j.gds.compat.SettingProxyApi load()
        Specified by:
        load in interface org.neo4j.gds.compat.ProxyFactory<org.neo4j.gds.compat.SettingProxyApi>
      • description

        public java.lang.String description()
        Specified by:
        description in interface org.neo4j.gds.compat.ProxyFactory<org.neo4j.gds.compat.SettingProxyApi>