Uses of Class
test.SimplePosition
Packages that use SimplePosition
Package
Description
Various unit tests for maintaining basic functionality of several classes in other packages.
Utilitiy classes specifically for visualising game trees using the command prompt or by generating figures with XML.
-
Uses of SimplePosition in test
Classes in test that implement interfaces with type arguments of type SimplePositionModifier and TypeClassDescriptionclassA basic implementation ofIGamePositionwhich allows for adding of children to the tree and setting their values.Fields in test declared as SimplePositionMethods in test that return SimplePositionModifier and TypeMethodDescriptionSimplePosition.addAdversarial(double lowerbound, double upperbound) SimplePosition.addChild(boolean maximising, double lowerbound, double upperbound) SimplePosition.addNonAdversarial(double lowerbound, double upperbound) Methods in test that return types with arguments of type SimplePositionMethods in test with parameters of type SimplePositionConstructors in test with parameters of type SimplePositionModifierConstructorDescriptionSimplePosition(SimplePosition parent, boolean maximising, double lowerbound, double upperbound) -
Uses of SimplePosition in visualizer
Methods in visualizer that return SimplePositionModifier and TypeMethodDescriptionstatic SimplePositionExampleTrees.berliner1979()static SimplePositionExampleTrees.bstarDB2025()