edu.iastate.metnet.hivemindService
Class PathwayService

java.lang.Object
  extended by edu.iastate.metnet.hivemindService.PathwayService

public class PathwayService
extends java.lang.Object

HiveMind Service to get Pathway Category Tree

Author:
Mohammed Alabsi

Constructor Summary
PathwayService()
           
 
Method Summary
 org.apache.commons.collections.map.MultiKeyMap getPathwayCategoryTree()
          Method returns pathway categpry tree
 java.util.Map getPathwayMapByIdList(java.util.ArrayList<java.lang.String> idList)
          returns a map, where the key is the pathway id, and the value is pathway name
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

PathwayService

public PathwayService()
Method Detail

getPathwayCategoryTree

public org.apache.commons.collections.map.MultiKeyMap getPathwayCategoryTree()
Method returns pathway categpry tree

Returns:

getPathwayMapByIdList

public java.util.Map getPathwayMapByIdList(java.util.ArrayList<java.lang.String> idList)
returns a map, where the key is the pathway id, and the value is pathway name

Parameters:
idList -
Returns:
Map

main

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