Class LCAInfo<O,​N>

  • Type Parameters:
    O - output symbol type
    N - node type

    public class LCAInfo<O,​N>
    extends Object
    DAO for aggregating information about the least common ancestor of two subtrees in a discrimination tree.
    • Field Detail

      • leastCommonAncestor

        public final N leastCommonAncestor
      • subtree1Label

        public final O subtree1Label
      • subtree2Label

        public final O subtree2Label
    • Constructor Detail

      • LCAInfo

        public LCAInfo​(N leastCommonAncestor,
                       O subtree1Label,
                       O subtree2Label)