Uses of Class
gametree.ResultTreeNode
Packages that use ResultTreeNode
Package
Description
Various classes for storing and generating game trees for the use by algorithms and tree visualisation.
-
Uses of ResultTreeNode in gametree
Subclasses with type arguments of type ResultTreeNode in gametreeModifier and TypeClassDescriptionclassResultTreeNode<N extends GameTreeNode<N,P>, P extends IGamePosition<P>, Q extends IGamePosition<Q>> Creates a tree of position type Q from a source tree with position type P with the help of a P-to-Q transformer.Methods in gametree that return types with arguments of type ResultTreeNodeModifier and TypeMethodDescriptionprotected List<ResultTreeNode<N, P, Q>> ResultTreeNode._children(MetricKeeper... metrics) ResultTreeNode.savedChildren()Method parameters in gametree with type arguments of type ResultTreeNodeModifier and TypeMethodDescriptionprotected booleanResultTreeNode._adjustBounds(List<ResultTreeNode<N, P, Q>> children, MetricKeeper... metrics) Constructors in gametree with parameters of type ResultTreeNodeModifierConstructorDescriptionResultTreeNode(ResultTreeNode<N, P, Q> parent, N node, Function<P, Q> transformer)