Package search
Class Frontiers.DebuggingFrontier<Node>
java.lang.Object
search.Frontiers.DebuggingFrontier<Node>
- All Implemented Interfaces:
FrontierStructure<Node>
- Direct Known Subclasses:
Frontiers.DebuggablePriorityQueue
,Frontiers.PriorityQueue
- Enclosing class:
- Frontiers
public abstract static class Frontiers.DebuggingFrontier<Node> extends Object implements FrontierStructure<Node>
Abstract class adding debugging hooks to the basic frontier.
-
Constructor Summary
Constructors Constructor Description DebuggingFrontier()
-
Method Summary
Modifier and Type Method Description void
debugDisplayFrontier()
Print debugging information about the frontier.
-
Constructor Details
-
DebuggingFrontier
public DebuggingFrontier()
-
-
Method Details
-
debugDisplayFrontier
public void debugDisplayFrontier()Description copied from interface:FrontierStructure
Print debugging information about the frontier. By default, does nothing.- Specified by:
debugDisplayFrontier
in interfaceFrontierStructure<Node>
-