Algorithm
Development Kit 1.0

algs.model.gametree.debug
Class AlphaPrune

java.lang.Object
  extended by algs.model.gametree.debug.AlphaPrune
All Implemented Interfaces:
IGraphEntity

public class AlphaPrune
extends java.lang.Object
implements IGraphEntity

This node is used when depicting debugging information when the AlphaBeta search algorithm prunes the search via an AlphaPrune.

Since:
1.0
Version:
1.0, 6/15/08
Author:
George Heineman

Nested Class Summary
 
Nested classes/interfaces inherited from interface algs.debug.IGraphEntity
IGraphEntity.Formatter
 
Constructor Summary
AlphaPrune()
           
 
Method Summary
 java.lang.String nodeLabel()
          Return label for node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaPrune

public AlphaPrune()
Method Detail

nodeLabel

public java.lang.String nodeLabel()
Return label for node.

Specified by:
nodeLabel in interface IGraphEntity

Algorithm Development Kit 1.0

This code supports the Algorithms in a Nutshell book, published by O'Reilly Media, Inc. in November 2008. Please visit the book web page to learn of any changes to the code repository or to record a potential defect.