public class GraphStatistics extends Object
| Constructor and Description |
|---|
GraphStatistics() |
GraphStatistics(String nodeGUID,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDepth() |
Map<String,NodeRelationshipStats> |
getNodeCounts() |
String |
getNodeGUID() |
Map<String,NodeRelationshipStats> |
getRelationshipCounts() |
void |
setDepth(Integer depth) |
void |
setNodeCounts(Map<String,NodeRelationshipStats> nodeCounts) |
void |
setNodeGUID(String nodeGUID) |
void |
setRelationshipCounts(Map<String,NodeRelationshipStats> relationshipCounts) |
String |
toString() |
public GraphStatistics()
public GraphStatistics(String nodeGUID, int depth)
public String getNodeGUID()
public Map<String,NodeRelationshipStats> getNodeCounts()
public Map<String,NodeRelationshipStats> getRelationshipCounts()
public Integer getDepth()
public void setNodeGUID(String nodeGUID)
public void setNodeCounts(Map<String,NodeRelationshipStats> nodeCounts)
public void setRelationshipCounts(Map<String,NodeRelationshipStats> relationshipCounts)
public void setDepth(Integer depth)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.