| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfChildren()
Returns the number of children of this node.
|
int |
getThreshold()
Returns the threshold value of this node.
|
<F> F |
performVisitor(Visitor<F> visitor)
Uses the given
Visitor on this tree node. |
int getNumberOfChildren()
int getThreshold()
<F> F performVisitor(Visitor<F> visitor) throws WrongAccessStructureException
Visitor on this tree node.F - type of the return result of the visitorvisitor - the visitor to useWrongAccessStructureException - if something is wrong with the access structure being traversed