edu.duke.cs.banjo.application
Class RunBasicSearchExample

java.lang.Object
  extended byedu.duke.cs.banjo.application.RunBasicSearchExample

public class RunBasicSearchExample
extends java.lang.Object

Details:
"Hello World" example on how to access the Banjo classes.

Change History:
Created on Jul 13, 2005 hjs (v2.1) Modifications to accomodate the various code changes to make the application multi-threaded (this class doesn't use multiple threads, though)

Author:
Jurgen Sladeczek (hjs)
For the latest info, please visit www.cs.duke.edu.

Constructor Summary
RunBasicSearchExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunBasicSearchExample

public RunBasicSearchExample()
Method Detail

main

public static void main(java.lang.String[] args)