A B C D E F G H I L M N O P R S T U V W Z

R

reduceButton - Variable in class pqrtreeapplet.PQRWindow
 
reduceString - Variable in class pqrtree.PQRTree
 
reduceTree(PQRNode) - Method in class pqrtree.PQRTree
Repeatedly kills, merge, or uncolors gray nodes, sometimes also creating new nodes when needed, until no gray nodes remain in the tree.
reduceTree(int[]) - Method in class pqrtreeapplet.PQRController
Reduce the tree using the constraints provided in a vector.
reduceTreeByStep() - Method in class pqrtreeapplet.PQRController
Reduces the tree by one step.
refreshList(PQRTree) - Method in class pqrtreeapplet.PQRWindow
Refreshs the list with the leaves of the tree as elements.
refreshTree(PQRTree, boolean) - Method in class pqrtreeapplet.PQRPanel
 
refreshTree(PQRTree, boolean) - Method in class pqrtreeapplet.PQRWindow
Refreshs the tree in the panel.
removeAll() - Method in class pqrtree.DoublyLinkedList
Removes all the nodes.
removeColoredChild(ListNode) - Method in class pqrtree.ColoredDoublyLinkedList
Removes the first node from the list which has a specified data.
removeMe() - Method in class pqrtree.ListNode
Remove the node of the list it belongs.
removeNode(ListNode) - Method in class pqrtree.DoublyLinkedList
Removes a specific node from the list.
reset() - Method in class pqrtree.PQRTree
Resets the tree to a P-universal.
resetButton - Variable in class pqrtreeapplet.PQRWindow
 
resetTree() - Method in class pqrtreeapplet.PQRController
Resets the tree back to the universal tree.
reverse() - Method in class pqrtree.DoublyLinkedList
Simply reverse the list, so the first node becomes the last, the last become the first, and so on...
reverseGrayNode(PQRNode) - Method in class pqrtree.PQRTree
Reverse a Q gray node, if its children isn't in the right order.
root - Variable in class pqrtree.PQRTree
 
run() - Method in class pqrtree.PQRTree
Runs the thread.

A B C D E F G H I L M N O P R S T U V W Z