Class InverseRelationships


  • public class InverseRelationships
    extends org.neo4j.gds.Algorithm<java.util.Map<org.neo4j.gds.RelationshipType,​org.neo4j.gds.core.loading.SingleTypeRelationships>>
    • Field Summary

      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InverseRelationships​(org.neo4j.gds.api.GraphStore graphStore, InverseRelationshipsConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, java.util.concurrent.ExecutorService executorService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<org.neo4j.gds.RelationshipType,​org.neo4j.gds.core.loading.SingleTypeRelationships> compute()  
      void release()  
      • Methods inherited from class org.neo4j.gds.Algorithm

        getProgressTracker, getTerminationFlag, setTerminationFlag
      • Methods inherited from class java.lang.Object

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

      • InverseRelationships

        protected InverseRelationships​(org.neo4j.gds.api.GraphStore graphStore,
                                       InverseRelationshipsConfig config,
                                       org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker,
                                       java.util.concurrent.ExecutorService executorService)
    • Method Detail

      • compute

        public java.util.Map<org.neo4j.gds.RelationshipType,​org.neo4j.gds.core.loading.SingleTypeRelationships> compute()
        Specified by:
        compute in class org.neo4j.gds.Algorithm<java.util.Map<org.neo4j.gds.RelationshipType,​org.neo4j.gds.core.loading.SingleTypeRelationships>>
      • release

        public void release()
        Specified by:
        release in class org.neo4j.gds.Algorithm<java.util.Map<org.neo4j.gds.RelationshipType,​org.neo4j.gds.core.loading.SingleTypeRelationships>>