not derived from boolean Example Source Header

Description: a boolean node that computes the NOT of its last child

notes:
Category: Math
Author: Alex Hill
Revision: 11/01/01

    Comments

constructor not

method app

1 if this node has size greater than zero and children
1.1 for each value in the last child node do
1.1.1 if the element is less than the size of this node then
1.1.1.1 if the child value is TRUE set the element value to FALSE
1.1.1.2 else, set the element value to TRUE