Class LinkInfo


  • public final class LinkInfo
    extends java.lang.Object
    Bundles a link with relevant grouping information.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation with all fields of LinkInfo.
      • getFromInfo

        public KeyInfo getFromInfo()
        Returns:
        The first key of the link.
      • getToInfo

        public KeyInfo getToInfo()
        Returns:
        The second key of the link.
      • getLinkType

        public LinkType getLinkType()
        Returns:
        The type of the link.
      • getScore

        public float getScore()
        Returns:
        the link score, limited by grouping precision.