org.egothor.apps
Class Search

java.lang.Object
  extended by org.egothor.apps.Search

public class Search
extends java.lang.Object

This program solves a user query.

Author:
Leo Galambos

Constructor Summary
Search()
           
 
Method Summary
static void main(java.lang.String[] args)
          This program takes two parameters.
static void printQuery(Query q)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Search

public Search()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
This program takes two parameters. The first one is a location of Tanker object and the second one is a query that will be solved.

Parameters:
args - the command line arguments
Throws:
java.lang.Exception - be ready for anything
See Also:
Tanker

printQuery

public static void printQuery(Query q)
Description of the Method

Parameters:
q - Description of the Parameter