edu.iastate.metnet.hivemindService
Class ExportJungPathway

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

public class ExportJungPathway
extends java.lang.Object

HiveMind Service exports pathway as JUNG graphs

Author:
Mohammed Alabsi

Constructor Summary
ExportJungPathway()
           
 
Method Summary
 edu.uci.ics.jung.graph.DirectedGraph getPathwayByEntity(java.lang.String entity, java.lang.String type)
          Method returns pathway as DirectedGraph obj (JUNG) for a given entity.
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

ExportJungPathway

public ExportJungPathway()
Method Detail

getPathwayByEntity

public edu.uci.ics.jung.graph.DirectedGraph getPathwayByEntity(java.lang.String entity,
                                                               java.lang.String type)
Method returns pathway as DirectedGraph obj (JUNG) for a given entity.

Parameters:
entity -
type -
Returns:
pathway as JUNG

main

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