contains

open override fun contains(other: SPPTNode): Boolean
  • this leaf contains another leaf if they are equal
  • this branch contains another branch if all the children alternatives of the other are contained in this

    Return

    true if this node 'contains' the other node

    Parameters

    other