public class ConnectedComponent extends Object
GraphTraversal.with(String, Object) step on
 GraphTraversal.connectedComponent() ()}.| Modifier and Type | Field and Description | 
|---|---|
| static String | componentThe default property key name that will hold the result of the algorithm. | 
| static String | edgesConfigures the edge to traverse when calculating the pagerank. | 
| static String | propertyNameConfigures the name of the property within which to store the pagerank value. | 
| Constructor and Description | 
|---|
| ConnectedComponent() | 
public static final String component
public static final String edges
public static final String propertyName
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.