Uses of Class
test.SimpleNode
Packages that use SimpleNode
Package
Description
Various unit tests for maintaining basic functionality of several classes in other packages.
-
Uses of SimpleNode in test
Subclasses with type arguments of type SimpleNode in testModifier and TypeClassDescriptionclassSimpleNode<P extends IGamePosition<P>>Implementation ofGameTreeNodethat only acts as a facade for the underlying tree expressed by thePimplementation ofIGamePosition.Methods in test that return types with arguments of type SimpleNodeModifier and TypeMethodDescriptionList<SimpleNode<P>> SimpleNode._children(MetricKeeper... metrics) Optional<List<SimpleNode<P>>> SimpleNode.savedChildren()Method parameters in test with type arguments of type SimpleNodeModifier and TypeMethodDescriptionbooleanSimpleNode._adjustBounds(List<SimpleNode<P>> children, MetricKeeper... metrics) Constructors in test with parameters of type SimpleNode