jar

com.graphaware : neo4j-relcount

Maven & Gradle

Oct 20, 2013
11 stars

GraphAware Relationship Count Module · Efficient Relationship Counting

Table Of Contents

Latest Version

Download com.graphaware : neo4j-relcount JAR file - Latest Versions:

All Versions

Download com.graphaware : neo4j-relcount JAR file - All Versions:

Version Vulnerabilities Size Updated
1.9
1.2
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window neo4j-relcount-1.9-1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.graphaware.relcount.module

├─ com.graphaware.relcount.module.RelationshipCountModule.class - [JAR]

├─ com.graphaware.relcount.module.RelationshipCountStrategies.class - [JAR]

├─ com.graphaware.relcount.module.RelationshipCountStrategiesImpl.class - [JAR]

com.graphaware.relcount.cache

├─ com.graphaware.relcount.cache.DegreeCache.class - [JAR]

├─ com.graphaware.relcount.cache.DegreeCachingNode.class - [JAR]

├─ com.graphaware.relcount.cache.DegreeCachingStrategy.class - [JAR]

├─ com.graphaware.relcount.cache.NodeBasedDegreeCache.class - [JAR]

├─ com.graphaware.relcount.cache.NodePropertiesDegreeCachingStrategy.class - [JAR]

├─ com.graphaware.relcount.cache.SingleNodePropertyDegreeCachingStrategy.class - [JAR]

com.graphaware.relcount.compact

├─ com.graphaware.relcount.compact.CompactionStrategy.class - [JAR]

├─ com.graphaware.relcount.compact.GeneralizationGenerator.class - [JAR]

├─ com.graphaware.relcount.compact.GeneralizationStrategy.class - [JAR]

├─ com.graphaware.relcount.compact.GeneralizeFrequentlyChanging.class - [JAR]

├─ com.graphaware.relcount.compact.PropertyChangeFrequency.class - [JAR]

├─ com.graphaware.relcount.compact.ThresholdBasedCompactionStrategy.class - [JAR]

com.graphaware.relcount.count

├─ com.graphaware.relcount.count.CachedRelationshipCounter.class - [JAR]

├─ com.graphaware.relcount.count.FallbackRelationshipCounter.class - [JAR]

├─ com.graphaware.relcount.count.NaiveRelationshipCounter.class - [JAR]

├─ com.graphaware.relcount.count.OneForEach.class - [JAR]

├─ com.graphaware.relcount.count.RelationshipCounter.class - [JAR]

├─ com.graphaware.relcount.count.UnableToCountException.class - [JAR]

├─ com.graphaware.relcount.count.WeighingStrategy.class - [JAR]

Advertisement