Algorithm
Development Kit 1.0

algs.debug
Interface INodeDrawer

All Known Implementing Classes:
DefaultNodeDrawer, DiscardedNodeDrawer, GoalNodeDrawer, InitialNodeDrawer, UnexploredNodeDrawer

public interface INodeDrawer

Interface to define functionality for drawing nodes in Dotty format.

The following node drawers are defined for Black & White output, suitable for book publication.

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

Method Summary
 java.lang.String draw(IGraphEntity n)
          Return the proper formatting for the given node.
 

Method Detail

draw

java.lang.String draw(IGraphEntity n)
Return the proper formatting for the given node.

Parameters:
n - desired node to be drawn.

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.