edu.iastate.metnet.hivemindService
Interface ExportToMetaOmGraph

All Known Implementing Classes:
ExportToMetaOmGraphImpl

public interface ExportToMetaOmGraph

Interface implemented by HiveMind service to export data to MetaOmGraph

Author:
Mohammed Alabsi

Method Summary
 void createMetaOmProject(java.util.ArrayList<java.lang.String> probeNames, java.util.ArrayList<java.lang.String> experiments, java.util.Hashtable experimentsTable)
          Creates a MOG project containing all data from BEV
 void subsetBEVtoMOG(java.util.ArrayList<Annotation> annotationList, java.util.ArrayList<java.lang.String> experiments, java.util.ArrayList<java.lang.String> probeNames, java.util.Hashtable experimentsTable)
          Creates a MOG project containing only the data selected from BEV
 

Method Detail

subsetBEVtoMOG

void subsetBEVtoMOG(java.util.ArrayList<Annotation> annotationList,
                    java.util.ArrayList<java.lang.String> experiments,
                    java.util.ArrayList<java.lang.String> probeNames,
                    java.util.Hashtable experimentsTable)
Creates a MOG project containing only the data selected from BEV

Parameters:
annotationList -
experiments -
probeNames -
experimentsTable -

createMetaOmProject

void createMetaOmProject(java.util.ArrayList<java.lang.String> probeNames,
                         java.util.ArrayList<java.lang.String> experiments,
                         java.util.Hashtable experimentsTable)
Creates a MOG project containing all data from BEV

Parameters:
probeNames -
experiments -
experimentsTable -