edu.cmu.cs.readweb.util
Class GWS

java.lang.Object
  extended byedu.cmu.cs.readweb.util.GWS

public class GWS
extends java.lang.Object

GWS.java Created on Oct 25, 2005, 4:29 PM Author: Sophie Wang


Constructor Summary
GWS()
          Demonstration functions for Google Web APIs service.
 
Method Summary
static java.util.Vector getPageURLs(java.lang.String queryString, int numOfResult, int startPoint, boolean printOut, boolean exactMatch)
           
static java.util.Vector getPageURLsFromTwoQueries(java.lang.String queryString1, java.lang.String queryString2, int numOfResult, int startPoint, boolean printOut, boolean exactMatch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWS

public GWS()
Demonstration functions for Google Web APIs service.

Method Detail

getPageURLs

public static java.util.Vector getPageURLs(java.lang.String queryString,
                                           int numOfResult,
                                           int startPoint,
                                           boolean printOut,
                                           boolean exactMatch)

getPageURLsFromTwoQueries

public static java.util.Vector getPageURLsFromTwoQueries(java.lang.String queryString1,
                                                         java.lang.String queryString2,
                                                         int numOfResult,
                                                         int startPoint,
                                                         boolean printOut,
                                                         boolean exactMatch)