Class AnyToAnyLinkStatistics

    • Field Detail

      • sampleSize

        private int sampleSize
      • linkName

        private String linkName
      • targetType

        private Item targetType
      • count

        private int count
    • Constructor Detail

      • AnyToAnyLinkStatistics

        public AnyToAnyLinkStatistics()
    • Method Detail

      • getSampleSize

        public int getSampleSize()
        Get the number of items that was sampled to generated the statistics.
      • setSampleSize

        public void setSampleSize​(int sampleSize)
      • getLinkName

        public String getLinkName()
        Get the name of the link.
      • setLinkName

        public void setLinkName​(String linkName)
      • getTargetType

        public Item getTargetType()
        Get the item type of the target item for the link.
      • setTargetType

        public void setTargetType​(Item targetType)
      • getCount

        public int getCount()
        Get the number of links that was found among the sampled items.
      • setCount

        public void setCount​(int count)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object