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

apoc.generate.config.RelationshipGeneratorConfig Maven / Gradle / Ivy

There is a newer version: 4.4.0.34
Show newest version
package apoc.generate.config;

/**
 * Configuration for a {@link apoc.generate.relationship.RelationshipGenerator}.
 */
public interface RelationshipGeneratorConfig {

    /**
     * Get the number of nodes that need to be created before the relationships can be generated and created.
     *
     * @return number of nodes for this configuration.
     */
    int getNumberOfNodes();

    /**
     * @return true if the config is valid.
     */
    boolean isValid();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy