Package com.tibco.patterns.grouping
Class LinkInfo
- java.lang.Object
-
- com.tibco.patterns.grouping.LinkInfo
-
public final class LinkInfo extends java.lang.ObjectBundles a link with relevant grouping information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyInfogetFromInfo()java.lang.StringgetId()LinkTypegetLinkType()floatgetScore()KeyInfogetToInfo()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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.
-
getId
public java.lang.String getId()
- Returns:
- the link id, as passed to
GroupingEngine.associateKeys(java.lang.String, java.lang.String, float, java.lang.String)
-
-