Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z
G
getAncestor()
- Method in class pqrtree.
Node
Gets the ancestor direct link, if it exists.
getAncestorListPosition()
- Method in class pqrtree.
Node
Gets the node of the children list of the parent that points to the node.
getAncestorReference()
- Method in class pqrtree.
Node
Gets the ancestor reference link, if it exists.
getApplet()
- Method in class pqrtreeapplet.
PQRApplet
Gets the applet.
getBlackChildren()
- Method in class pqrtree.
PQRNode
Gets the black children's list and returns it.
getChildren()
- Method in class pqrtree.
PQRNode
Gets the children's list and returns it.
getColor()
- Method in class pqrtree.
Node
Returns the color of the node.
getConstraintsFromGUI()
- Method in class pqrtreeapplet.
PQRController
Reduces the tree using the constraints provided by the GUI.
getData()
- Method in class pqrtree.
Leaf
Gets data stored in the leaf when it was instaciated.
getData()
- Method in class pqrtree.
ListNode
Gets the data stored by the list node, usually a tree node, or another list node.
getDepth()
- Method in class pqrtree.
Node
Gets the greatest node depth.
getDir1()
- Method in class pqrtree.
ListNode
Getss the neighbor element of the list node in direction 1.
getDir2()
- Method in class pqrtree.
ListNode
Gets the neighbor element of the list node in direction 2.
getFirstChild()
- Method in class pqrtree.
PQRNode
Gets the first child, and returns it.
getGrayChild()
- Method in class pqrtree.
PQRNode
Gets a gray child node, and returns it.
getGrayChildren()
- Method in class pqrtree.
PQRNode
Gets the gray children's list and returns it.
getHead()
- Method in class pqrtree.
DoublyLinkedList
Gets first node of the list.
getHeight()
- Method in class pqrtree.
PQRTree
getLastChild()
- Method in class pqrtree.
PQRNode
Gets the last child, and returns it.
getLeafAt(int)
- Method in class pqrtree.
PQRTree
Returns a leaf node with the specified index relative the the order in which they were originally added when the PQTree was built.
getLeafAt(int)
- Method in class pqrtreeapplet.
PQRController
Gets the leaf at a specific position of the leaves vector.
getLeaves()
- Method in class pqrtree.
PQRTree
Gets the leaves of the Tree
getNext(ListNode)
- Method in class pqrtree.
ListNode
Gets the next element of the list node.
getOperationsString()
- Method in class pqrtree.
PQRTree
Gets the operations string.
getOutputArea()
- Method in class pqrtreeapplet.
PQRWindow
getParent()
- Method in class pqrtree.
Node
Finds the imediate ancestor of the node.
getPauseBox()
- Method in class pqrtreeapplet.
PQRWindow
getPauseField()
- Method in class pqrtreeapplet.
PQRWindow
getPertinentLeaves()
- Method in class pqrtree.
PQRNode
Gets the pertinent leaves counter value.
getPertinentPaths()
- Method in class pqrtree.
PQRNode
Gets the pertinent paths counter value.
getReduceButton()
- Method in class pqrtreeapplet.
PQRWindow
getReduceList()
- Method in class pqrtreeapplet.
PQRWindow
getReduceString()
- Method in class pqrtree.
PQRTree
Gets the reduce string.
getResetButton()
- Method in class pqrtreeapplet.
PQRWindow
getStepButton()
- Method in class pqrtreeapplet.
PQRWindow
getTail()
- Method in class pqrtree.
DoublyLinkedList
Gets the last node of the list.
getType()
- Method in class pqrtree.
PQRNode
Returns the type of the node.
getWidth()
- Method in class pqrtree.
PQRTree
getWindow()
- Method in class pqrtreeapplet.
PQRController
Gets the window created by the controller.
grayChildren
- Variable in class pqrtree.
PQRNode
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Z