All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.graphaware.relcount.simple.counter.SimpleRelationshipCounter Maven / Gradle / Ivy

package com.graphaware.relcount.simple.counter;

import com.graphaware.relcount.common.counter.RelationshipCounter;

/**
 * A {@link RelationshipCounter} capable of counting relationships based on their "simple" description, i.e. type and
 * direction only (no properties).
 */
public interface SimpleRelationshipCounter extends RelationshipCounter {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy