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

apoc.generate.GraphGenerator Maven / Gradle / Ivy

package apoc.generate;

import apoc.generate.config.GeneratorConfiguration;

/**
 * Component that generates a graph based on {@link GeneratorConfiguration}.
 */
public interface GraphGenerator {

    /**
     * Generate a graph.
     *
     * @param configuration for the graph generation.
     */
    void generateGraph(GeneratorConfiguration configuration);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy