Class ConnectedComponent
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponent
Configuration options to be passed to the
GraphTraversal.with(String, Object) step on
GraphTraversal.connectedComponent() ()}.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default property key name that will hold the result of the algorithm.static final StringConfigures the edge to traverse when calculating the pagerank.static final StringConfigures the name of the property within which to store the pagerank value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
component
The default property key name that will hold the result of the algorithm.- See Also:
-
edges
Configures the edge to traverse when calculating the pagerank. -
propertyName
Configures the name of the property within which to store the pagerank value.
-
-
Constructor Details
-
ConnectedComponent
public ConnectedComponent()
-