edu.iastate.metnet.hivemindService
Class ExportToExploRase

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

public class ExportToExploRase
extends java.lang.Object

Class exports data from a MetNet application to ExploRase

Author:
Mohammed Alabsi

Constructor Summary
ExportToExploRase()
           
 
Method Summary
 void exportData(java.util.ArrayList<java.lang.String> selectedList, java.util.Hashtable experimentsTable, java.util.ArrayList<java.lang.String> probeNames)
          Methods recieves selected experiments from BEV and sends their data to ExploRase
 void exportMOGData(java.util.ArrayList<java.lang.String> selectedExp)
          select all data from MOG to ExploRase
 void exportMOGData(java.util.ArrayList<java.lang.String> selectedExp, java.util.ArrayList<java.lang.String> entities)
          Export selected data from MOG to ExploRase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportToExploRase

public ExportToExploRase()
Method Detail

exportData

public void exportData(java.util.ArrayList<java.lang.String> selectedList,
                       java.util.Hashtable experimentsTable,
                       java.util.ArrayList<java.lang.String> probeNames)
Methods recieves selected experiments from BEV and sends their data to ExploRase

Parameters:
selectedList -
experimentsTable -

exportMOGData

public void exportMOGData(java.util.ArrayList<java.lang.String> selectedExp,
                          java.util.ArrayList<java.lang.String> entities)
Export selected data from MOG to ExploRase

Parameters:
selectedExp -
entities -

exportMOGData

public void exportMOGData(java.util.ArrayList<java.lang.String> selectedExp)
select all data from MOG to ExploRase

Parameters:
selectedExp -