Uses of Class
gametree.VariantAGP.Settings
Packages that use VariantAGP.Settings
Package
Description
Various classes for storing and generating game trees for the use by algorithms and tree visualisation.
-
Uses of VariantAGP.Settings in gametree
Fields in gametree declared as VariantAGP.SettingsModifier and TypeFieldDescriptionfinal VariantAGP.SettingsVariantAGP.settingsTheVariantAGP.Settingsobject which characterises the tree this node is from.Constructors in gametree with parameters of type VariantAGP.SettingsModifierConstructorDescriptionVariantAGP(VariantAGP.Settings settings) Gives the root node of the tree characterised by the givenVariantAGP.Settingsobject.