Class ConnectedComponent
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponent
 
- 
 public class ConnectedComponent extends Object Configuration options to be passed to theGraphTraversal.with(String, Object)step onGraphTraversal.connectedComponent()()}.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringcomponentThe default property key name that will hold the result of the algorithm.static StringedgesConfigures the edge to traverse when calculating the pagerank.static StringpropertyNameConfigures the name of the property within which to store the pagerank value.
 - 
Constructor SummaryConstructors Constructor Description ConnectedComponent()
 
- 
- 
- 
Field Detail- 
componentpublic static final String component The default property key name that will hold the result of the algorithm.- See Also:
- Constant Field Values
 
 - 
edgespublic static final String edges Configures the edge to traverse when calculating the pagerank.
 - 
propertyNamepublic static final String propertyName Configures the name of the property within which to store the pagerank value.
 
- 
 
-