Class GraphStatistics
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.properties.GraphStatistics
-
public class GraphStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphStatistics()GraphStatistics(String nodeGUID, int depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDepth()Map<String,NodeRelationshipStats>getNodeCounts()StringgetNodeGUID()Map<String,NodeRelationshipStats>getRelationshipCounts()voidsetDepth(Integer depth)voidsetNodeCounts(Map<String,NodeRelationshipStats> nodeCounts)voidsetNodeGUID(String nodeGUID)voidsetRelationshipCounts(Map<String,NodeRelationshipStats> relationshipCounts)StringtoString()
-
-
-
Constructor Detail
-
GraphStatistics
public GraphStatistics()
-
GraphStatistics
public GraphStatistics(String nodeGUID, int depth)
-
-
Method Detail
-
getNodeGUID
public String getNodeGUID()
-
getNodeCounts
public Map<String,NodeRelationshipStats> getNodeCounts()
-
getRelationshipCounts
public Map<String,NodeRelationshipStats> getRelationshipCounts()
-
getDepth
public Integer getDepth()
-
setNodeGUID
public void setNodeGUID(String nodeGUID)
-
setNodeCounts
public void setNodeCounts(Map<String,NodeRelationshipStats> nodeCounts)
-
setRelationshipCounts
public void setRelationshipCounts(Map<String,NodeRelationshipStats> relationshipCounts)
-
setDepth
public void setDepth(Integer depth)
-
-