Uses of Class
org.swtpra1.relativeterritoryplayer.MinimaxComponent
-
Packages that use MinimaxComponent Package Description org.swtpra1.relativeterritoryplayer Houses all classes used by the now deprecated implementation of the minimax algorithm. -
-
Uses of MinimaxComponent in org.swtpra1.relativeterritoryplayer
Subclasses of MinimaxComponent in org.swtpra1.relativeterritoryplayer Modifier and Type Class Description class
MinimaxLeaf
Deprecated.Only used for benchmarkingclass
MinimaxNode
Deprecated.Only used for benchmarkingMethods in org.swtpra1.relativeterritoryplayer that return types with arguments of type MinimaxComponent Modifier and Type Method Description abstract java.util.List<MinimaxComponent>
MinimaxComponent. getChildren()
Deprecated.java.util.List<MinimaxComponent>
MinimaxLeaf. getChildren()
Deprecated.Gets all children.java.util.List<MinimaxComponent>
MinimaxNode. getChildren()
Deprecated.Gets all children of minimaxNode.Methods in org.swtpra1.relativeterritoryplayer with parameters of type MinimaxComponent Modifier and Type Method Description void
MinimaxNode. addChild(MinimaxComponent component)
Deprecated.Adds a child minimaxComponent to children.
-