@author santi
PQTree
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.PQTree
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| clearLabels | 1 | |
| allNodes | 1 | |
| getLeaves | 1 | |
| isFullLeaf | 1 | |
| isDescendant | 1 | |
| isPertinentTree | 1 | |
| applyTemplate | 1 | |
| reduce | 1 | |
| fromEmptyToFullP | 1 | |
| fromFullToEmptyP | 1 | |
| reverse | 1 | |
| recursivelyRemoveLeaf | 1 | |
| recursivelyRemoveLeafNotThroughQNodes | 1 | |
| contains | 1 | |
| sanityTest | 1 | |
| ToString | 3 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| direction | 2 | left/right |
| label | 2 | empty, partial, full |
| nodeIndex | 1 | |
| nodeType | 1 | |
| children | 1 | |
| parent | 1 | |
| P_NODE | 1 | |
| Q_NODE | 1 | |
| LEAF_NODE | 1 | |
| DIRECTION_INDICATOR | 1 | |
| DIRECTION_INDICATOR_LEFT | 1 | |
| DIRECTION_INDICATOR_RIGHT | 1 | |
| LABEL_NONE | 1 | |
| LABEL_EMPTY | 1 | |
| LABEL_PARTIAL | 1 | |
| LABEL_FULL | 1 | |
| NO_INDEX | 1 |
04 Members
direction
left/right
label
empty, partial, full
nodeIndex
nodeType
direction
label
children
parent
P_NODE
Q_NODE
LEAF_NODE
DIRECTION_INDICATOR
DIRECTION_INDICATOR_LEFT
DIRECTION_INDICATOR_RIGHT
LABEL_NONE
LABEL_EMPTY
LABEL_PARTIAL
LABEL_FULL
NO_INDEX
clearLabels()
allNodes()
getLeaves(
IList(Of PQTree))isFullLeaf(
IList(Of PQTree))isDescendant(PQTree)
isPertinentTree(
IList(Of PQTree))applyTemplate(
IList(Of PQTree))reduce(
Int32)fromEmptyToFullP()
fromFullToEmptyP()
reverse()
recursivelyRemoveLeaf(PQTree)
recursivelyRemoveLeafNotThroughQNodes(PQTree)
contains(PQTree)
sanityTest()
ToString()
ToString(
Dictionary(Of PQTree, Int32))ToString(
Int32, Dictionary(Of PQTree, Int32))