uk.ac.ed.cocomac_handler
Class CoCoMacHandler

java.lang.Object
  extended by uk.ac.ed.cocomac_handler.CoCoMacHandler

public class CoCoMacHandler
extends Object

User: nix Date: 26-Jul-2005 Time: 14:39:15 To change this template use Options | File Templates.


Field Summary
protected static String cocomac_address
           
protected static String display_max
           
protected static String items_per_page
           
protected static String output_type
           
protected static String password
           
protected static String tool_name
           
protected static String username
           
 
Constructor Summary
CoCoMacHandler()
           
 
Method Summary
static String buildAfferentConnectivityURL(String feature_acronym)
           
static String buildBrainSiteInfoURL(String feature_acronym)
           
static String buildEfferentConnectivityURL(String feature_acronym)
           
static String buildMapInfoURL()
           
static String buildMappingURL(String feature_acronym)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cocomac_address

protected static String cocomac_address

username

protected static String username

password

protected static String password

tool_name

protected static String tool_name

output_type

protected static String output_type

display_max

protected static String display_max

items_per_page

protected static String items_per_page
Constructor Detail

CoCoMacHandler

public CoCoMacHandler()
Method Detail

buildMapInfoURL

public static String buildMapInfoURL()

buildBrainSiteInfoURL

public static String buildBrainSiteInfoURL(String feature_acronym)

buildMappingURL

public static String buildMappingURL(String feature_acronym)

buildAfferentConnectivityURL

public static String buildAfferentConnectivityURL(String feature_acronym)

buildEfferentConnectivityURL

public static String buildEfferentConnectivityURL(String feature_acronym)