GraphStrategyBuilder

class GraphStrategyBuilder(strategyName: String)(source)

A builder class used for constructing strategies related to graph processing. This serves as the entry point for configuring a graph strategy, allowing you to define the input type for the graph.

Parameters

strategyName

The name of the strategy being built.

Constructors

Link copied to clipboard
constructor(strategyName: String)

Functions

Link copied to clipboard
fun <Input : Any> withInput(clazz: ERROR CLASS: Symbol not found for Class<Input>): GraphStrategyBuilderWithInput<Input>

Configures the builder to use the specified input type for the graph strategy.