Class GroupCounts


  • public class GroupCounts
    extends Object
    Summary of element groups. If the limitHit flag is true then the counts will not be fully populated - they are simply the counts of the groups up to the point at which the limit was reached.
    • Constructor Detail

      • GroupCounts

        public GroupCounts()
    • Method Detail

      • addEntityGroup

        public void addEntityGroup​(String group)
      • addEdgeGroup

        public void addEdgeGroup​(String group)
      • isLimitHit

        public boolean isLimitHit()
      • setLimitHit

        public void setLimitHit​(boolean limitHit)
      • setEntityGroups

        public void setEntityGroups​(Map<String,​Integer> entityGroups)
      • setEdgeGroups

        public void setEdgeGroups​(Map<String,​Integer> edgeGroups)