Package hydra.cypher.features
Class PathFeatures.Builder
- java.lang.Object
-
- hydra.cypher.features.PathFeatures.Builder
-
- Enclosing class:
- PathFeatures
public static final class PathFeatures.Builder extends java.lang.ObjectA fluent builder forPathFeatures.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathFeaturesbuild()Builds an immutablePathFeatures.PathFeatures.BuildershortestPath(java.lang.Boolean shortestPath)
-
-
-
Method Detail
-
shortestPath
public PathFeatures.Builder shortestPath(java.lang.Boolean shortestPath)
-
build
public PathFeatures build()
Builds an immutablePathFeatures.
-
-