Uses of Class
org.odpi.openmetadata.viewservices.glossaryauthor.properties.NodeRelationshipStats
-
Packages that use NodeRelationshipStats Package Description org.odpi.openmetadata.viewservices.glossaryauthor.properties -
-
Uses of NodeRelationshipStats in org.odpi.openmetadata.viewservices.glossaryauthor.properties
Methods in org.odpi.openmetadata.viewservices.glossaryauthor.properties that return types with arguments of type NodeRelationshipStats Modifier and Type Method Description Map<String,NodeRelationshipStats>GraphStatistics. getNodeCounts()Map<String,NodeRelationshipStats>GraphStatistics. getRelationshipCounts()Method parameters in org.odpi.openmetadata.viewservices.glossaryauthor.properties with type arguments of type NodeRelationshipStats Modifier and Type Method Description voidGraphStatistics. setNodeCounts(Map<String,NodeRelationshipStats> nodeCounts)voidGraphStatistics. setRelationshipCounts(Map<String,NodeRelationshipStats> relationshipCounts)
-