Class NodeRelationshipStats
java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.properties.NodeRelationshipStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()get the count for a typeget the namevoidSet the couldvoidsetNodeOrRelationshipTypeName(String nodeOrRelationshipTypeName) St the type nametoString()
-
Constructor Details
-
NodeRelationshipStats
-
NodeRelationshipStats
public NodeRelationshipStats()
-
-
Method Details
-
getNodeOrRelationshipTypeName
get the name- Returns:
- name
-
getCount
get the count for a type- Returns:
- count
-
setNodeOrRelationshipTypeName
St the type name- Parameters:
nodeOrRelationshipTypeName- name to set
-
setCount
Set the could- Parameters:
count- supplied count
-
toString
-