IsSuccessor

Name

IsSuccessor -- Returns whether one node succeeds another in a tree

Synopsis

IsSuccessor[node->NODE, from->NODE] =: BOOLEAN 

Description

IsSuccessor returns True when node is a successor in the tree of the node from. A node is considered its own successor.

See also

IsPredecessor.