gov.nih.nlm.nls.metamap
Class MetaMapApiTest

java.lang.Object
  extended by gov.nih.nlm.nls.metamap.MetaMapApiTest

public class MetaMapApiTest
extends java.lang.Object

MetaMapApiTest: An implementation of MetaMapApi Test Class.

Created: Wed May 20 15:54:08 2009


Constructor Summary
MetaMapApiTest()
          Creates a new MetaMapApiTest instance.
MetaMapApiTest(java.lang.String serverHostname, int serverPort)
          Creates a new MetaMapApiTest instance using specified host and port.
 
Method Summary
static void main(java.lang.String[] args)
           
static void printHelp()
          print information about server options
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaMapApiTest

public MetaMapApiTest()
Creates a new MetaMapApiTest instance.


MetaMapApiTest

public MetaMapApiTest(java.lang.String serverHostname,
                      int serverPort)
Creates a new MetaMapApiTest instance using specified host and port.

Parameters:
serverHostname - hostname of MetaMap server.
serverPort - listening port used by MetaMap server.
Method Detail

printHelp

public static void printHelp()
print information about server options


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception