Class UnrootedMLSearcher.StateObject

  • Enclosing class:
    UnrootedMLSearcher

    public static final class UnrootedMLSearcher.StateObject
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StateObject​(pal.treesearch.UnrootedMLSearcher.Connection[] allConnections)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      void rebuildTree​(pal.treesearch.UnrootedMLSearcher.Connection[] allConnections, pal.treesearch.UnrootedMLSearcher.UNode[] orderedNodes)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StateObject

        public StateObject​(pal.treesearch.UnrootedMLSearcher.Connection[] allConnections)
    • Method Detail

      • rebuildTree

        public final void rebuildTree​(pal.treesearch.UnrootedMLSearcher.Connection[] allConnections,
                                      pal.treesearch.UnrootedMLSearcher.UNode[] orderedNodes)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object