接口 NodePlace

所有已知实现类:
PlaceNode1, PlaceNode2

public interface NodePlace
This is an interface for classes that wish to take a node structure and arrange them
版本:
$Revision: 1.5 $
作者:
Malcolm F Ware (mfw4@cs.waikato.ac.nz)
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    The function to call to postion the tree that starts at Node r
  • 方法详细资料

    • place

      void place(Node r)
      The function to call to postion the tree that starts at Node r
      参数:
      r - The top of the tree.