Interface AreaTreeOperator

    • Method Detail

      • apply

        void apply​(AreaTree atree)
        Applies the operation to the given tree.
        Parameters:
        atree - the area tree to be modified.
      • apply

        void apply​(AreaTree atree,
                   Area root)
        Applies the operation to the given subtree of the tree.
        Parameters:
        atree - the area tree to be modified.
        root - the root node of the affected subtree.